Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Upgrade zinc to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jroylance committed Oct 29, 2020
1 parent ff423d8 commit 9d24039
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rules/scala/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ def scala_artifacts():
"org.scala-sbt:util-interface:1.3.0",
"org.scala-sbt:util-logging_2.12:1.3.0",
"org.scala-sbt:compiler-interface:1.3.4",
"org.scala-sbt:zinc-compile-core_2.12:1.3.4",
"org.scala-sbt:zinc_2.12:1.3.4",
"org.scala-sbt:zinc-persist_2.12:1.3.4",
"org.scala-sbt:zinc-core_2.12:1.3.4",
"org.scala-sbt:zinc-apiinfo_2.12:1.3.4",
"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",
"ch.epfl.scala:bloop-frontend_2.12:1.0.0",
"com.thesamet.scalapb:scalapb-runtime_2.12:0.9.0",
]
Expand Down

0 comments on commit 9d24039

Please sign in to comment.