We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff423d8 commit 1f1520aCopy full SHA for 1f1520a
rules/scala/workspace.bzl
@@ -21,12 +21,12 @@ def scala_artifacts():
21
"org.scala-sbt:util-interface:1.3.0",
22
"org.scala-sbt:util-logging_2.12:1.3.0",
23
"org.scala-sbt:compiler-interface:1.3.4",
24
- "org.scala-sbt:zinc-compile-core_2.12:1.3.4",
25
- "org.scala-sbt:zinc_2.12:1.3.4",
26
- "org.scala-sbt:zinc-persist_2.12:1.3.4",
27
- "org.scala-sbt:zinc-core_2.12:1.3.4",
28
- "org.scala-sbt:zinc-apiinfo_2.12:1.3.4",
29
- "org.scala-sbt:zinc-classpath_2.12:1.3.4",
+ "org.scala-sbt:zinc-compile-core_2.12:1.4.0",
+ "org.scala-sbt:zinc_2.12:1.4.0",
+ "org.scala-sbt:zinc-persist_2.12:1.4.0",
+ "org.scala-sbt:zinc-core_2.12:1.4.0",
+ "org.scala-sbt:zinc-apiinfo_2.12:1.4.0",
+ "org.scala-sbt:zinc-classpath_2.12:1.4.0",
30
"ch.epfl.scala:bloop-frontend_2.12:1.0.0",
31
"com.thesamet.scalapb:scalapb-runtime_2.12:0.9.0",
32
]
0 commit comments