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 3ce91f6 commit e609389Copy full SHA for e609389
project/BuildSettings.scala
@@ -28,7 +28,7 @@ object BuildSettings {
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",
31
- crossScalaVersions := List(scalaVersion.value, "2.12.14"),
+ crossScalaVersions := List(scalaVersion.value, "2.12.15"),
32
fork := true,
33
libraryDependencies ++= Seq(
34
compilerPlugin(Dependencies.kindProjector),
0 commit comments