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 2d19588 commit 21978caCopy full SHA for 21978ca
project/Dependencies.scala
@@ -10,7 +10,7 @@ object Dependencies {
10
val `jackson-dataformat-yaml` =
11
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % jacksonVersion
12
13
- private val zincVersion = "1.2.2"
+ private val zincVersion = "1.2.5"
14
val `compiler-interface` = "org.scala-sbt" % "compiler-interface" % zincVersion
15
val `zinc-api-info` = "org.scala-sbt" %% "zinc-apiinfo" % zincVersion
16
}
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.2.3
+sbt.version=1.2.7
0 commit comments