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 4062185 commit 2ee62bdCopy full SHA for 2ee62bd
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.6",
+ scalaVersion := "2.13.7",
31
crossScalaVersions := List(scalaVersion.value, "2.12.15"),
32
fork := true,
33
libraryDependencies ++= Seq(
0 commit comments