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.
1 parent 77958e4 commit 7645978Copy full SHA for 7645978
project/BuildSettings.scala
@@ -27,7 +27,7 @@ object BuildSettings {
27
description := "Functional programming toolkit for building server applications in Scala.",
28
licenses := Seq("MIT" -> url("https://raw.githubusercontent.com/avast/scala-server-toolkit/master/LICENSE")),
29
developers := List(Developer("jakubjanecek", "Jakub Janecek", "[email protected]", url("https://www.avast.com"))),
30
- scalaVersion := "2.13.5",
+ scalaVersion := "2.13.6",
31
crossScalaVersions := List(scalaVersion.value, "2.12.14"),
32
fork := true,
33
libraryDependencies ++= Seq(
0 commit comments