Skip to content

Commit 7645978

Browse files
Update scala-library from 2.13.5 to 2.13.6 (#561)
Co-authored-by: Jakub Janeček <[email protected]>
1 parent 77958e4 commit 7645978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/BuildSettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ object BuildSettings {
2727
description := "Functional programming toolkit for building server applications in Scala.",
2828
licenses := Seq("MIT" -> url("https://raw.githubusercontent.com/avast/scala-server-toolkit/master/LICENSE")),
2929
developers := List(Developer("jakubjanecek", "Jakub Janecek", "[email protected]", url("https://www.avast.com"))),
30-
scalaVersion := "2.13.5",
30+
scalaVersion := "2.13.6",
3131
crossScalaVersions := List(scalaVersion.value, "2.12.14"),
3232
fork := true,
3333
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)