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 8187ce1 commit ef23075Copy full SHA for ef23075
project/ScalaSettings.scala
@@ -9,7 +9,7 @@ object ScalaSettings {
9
Seq("-Ywarn-unused:imports")
10
}
11
12
- def Scala212 = "2.12.18"
+ def Scala212 = "2.12.19"
13
14
lazy val all: Seq[Sett] = Def.settings(
15
scalaVersion := Scala212
0 commit comments