Skip to content

Commit 55fd807

Browse files
committed
Switch to Scala nightly build with classpath caching fix
Switch to a recent nightly build that has a fix for the flat classpath caching bug that is breaking bazel's incremental compilation when worker is enabled. See bazel-contrib#251 (comment) for the details of the bug.
1 parent 055b33e commit 55fd807

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scala/scala.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,9 +1027,9 @@ java_library(
10271027
def scala_repositories():
10281028
native.new_http_archive(
10291029
name = "scala",
1030-
strip_prefix = "scala-2.12.3",
1031-
sha256 = "2b796ab773fbedcc734ba881a6486d54180b699ade8ba7493e91912044267c8c",
1032-
url = "https://downloads.lightbend.com/scala/2.12.3/scala-2.12.3.tgz",
1030+
strip_prefix = "scala-2.12.4-bin-17496bd",
1031+
sha256 = "b01b4961ab74c6fec46ac783d2e28d350ced1d20d5d74f642c0b68903ab34798",
1032+
url = "http://www.scala-lang.org/files/archive/nightly/2.12.x/scala-2.12.4-bin-17496bd.tgz",
10331033
build_file_content = SCALA_BUILD_FILE,
10341034
)
10351035

0 commit comments

Comments
 (0)