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

Commit 055bce3

Browse files
committed
Upgrade zinc to 1.4.0
1 parent ff423d8 commit 055bce3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

rules/scala/workspace.bzl

+12-12
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ def scala_artifacts():
1717
"net.sourceforge.argparse4j:argparse4j:0.8.1",
1818
"org.jacoco:org.jacoco.core:0.7.5.201505241946",
1919
"com.lihaoyi:sourcecode_2.12:0.1.4,",
20-
"org.scala-sbt:test-interface:1.0",
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",
20+
"org.scala-sbt:test-interface:1.4.0",
21+
"org.scala-sbt:util-interface:1.4.0",
22+
"org.scala-sbt:util-logging_2.12:1.4.0",
23+
"org.scala-sbt:compiler-interface:1.4.0",
24+
"org.scala-sbt:zinc-compile-core_2.12:1.4.0",
25+
"org.scala-sbt:zinc_2.12:1.4.0",
26+
"org.scala-sbt:zinc-persist_2.12:1.4.0",
27+
"org.scala-sbt:zinc-core_2.12:1.4.0",
28+
"org.scala-sbt:zinc-apiinfo_2.12:1.4.0",
29+
"org.scala-sbt:zinc-classpath_2.12:1.4.0",
3030
"ch.epfl.scala:bloop-frontend_2.12:1.0.0",
3131
"com.thesamet.scalapb:scalapb-runtime_2.12:0.9.0",
3232
]
@@ -64,14 +64,14 @@ def scala_repositories(java_launcher_version = "0.29.1"):
6464
name = "compiler_bridge_2_11",
6565
build_file_content = _SRC_FILEGROUP_BUILD_FILE_CONTENT,
6666
sha256 = "b124911194dfcb850df7cdd5d2d7cc3280a21045832a9a90499e73934fb8504d",
67-
url = "https://repo.maven.apache.org/maven2/org/scala-sbt/compiler-bridge_2.11/1.3.4/compiler-bridge_2.11-1.3.4-sources.jar",
67+
url = "https://repo.maven.apache.org/maven2/org/scala-sbt/compiler-bridge_2.11/1.4.0/compiler-bridge_2.11-1.4.0-sources.jar",
6868
)
6969

7070
http_archive(
7171
name = "compiler_bridge_2_12",
7272
build_file_content = _SRC_FILEGROUP_BUILD_FILE_CONTENT,
7373
sha256 = "24cd30dcb37c2b24f962118f49489c98a66b49600cfd7fbb9eab68475ddd56a2",
74-
url = "https://repo.maven.apache.org/maven2/org/scala-sbt/compiler-bridge_2.12/1.3.4/compiler-bridge_2.12-1.3.4-sources.jar",
74+
url = "https://repo.maven.apache.org/maven2/org/scala-sbt/compiler-bridge_2.12/1.4.0/compiler-bridge_2.12-1.4.0-sources.jar",
7575
)
7676

7777
def scala_register_toolchains():

0 commit comments

Comments
 (0)