We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca7e5c7 + 8986aa1 commit a118b8bCopy full SHA for a118b8b
project/BuildSettings.scala
@@ -25,7 +25,7 @@ object BuildSettings {
25
description := "Functional programming toolkit for building server applications in Scala.",
26
licenses := Seq("MIT" -> url("https://raw.githubusercontent.com/avast/scala-server-toolkit/master/LICENSE")),
27
developers := List(Developer("jakubjanecek", "Jakub Janecek", "[email protected]", url("https://www.avast.com"))),
28
- scalaVersion := "2.13.7",
+ scalaVersion := "2.13.8",
29
crossScalaVersions := List(scalaVersion.value, "2.12.15"),
30
fork := true,
31
libraryDependencies ++= Seq(
0 commit comments