We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bece75 + 1117ca5 commit ce00be2Copy full SHA for ce00be2
build.sbt
@@ -6,7 +6,7 @@ ThisBuild / homepage := Some( url( "http://latestbit.com" ) )
6
7
ThisBuild / licenses += ( "Apache-2.0", url( "https://www.apache.org/licenses/LICENSE-2.0.html" ) )
8
9
-ThisBuild / scalaVersion := "2.12.18"
+ThisBuild / scalaVersion := "2.12.20"
10
11
ThisBuild / scalacOptions ++= Seq(
12
"-encoding",
0 commit comments