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

Upgrade zinc to 1.4.0 #290

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions rules/scala/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ def scala_artifacts():
"net.sourceforge.argparse4j:argparse4j:0.8.1",
"org.jacoco:org.jacoco.core:0.7.5.201505241946",
"com.lihaoyi:sourcecode_2.12:0.1.4,",
"org.scala-sbt:test-interface:1.0",
"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:test-interface:1.4.0",
"org.scala-sbt:util-interface:1.4.0",
"org.scala-sbt:util-logging_2.12:1.4.0",
"org.scala-sbt:compiler-interface:1.4.0",
"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",
]
jroylance marked this conversation as resolved.
Show resolved Hide resolved
Expand Down Expand Up @@ -64,14 +64,14 @@ def scala_repositories(java_launcher_version = "0.29.1"):
name = "compiler_bridge_2_11",
build_file_content = _SRC_FILEGROUP_BUILD_FILE_CONTENT,
sha256 = "b124911194dfcb850df7cdd5d2d7cc3280a21045832a9a90499e73934fb8504d",
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",
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",
)

http_archive(
name = "compiler_bridge_2_12",
build_file_content = _SRC_FILEGROUP_BUILD_FILE_CONTENT,
sha256 = "24cd30dcb37c2b24f962118f49489c98a66b49600cfd7fbb9eab68475ddd56a2",
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",
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",
)

def scala_register_toolchains():
Expand Down