@@ -207,7 +207,9 @@ DependencyAnalyzerMode: {dependency_analyzer_mode}
207
207
manifest = ctx .outputs .manifest .path ,
208
208
# always append -YdisableFlatCpCaching, workaround for
209
209
# https://github.com/bazelbuild/rules_scala/issues/305
210
- # remove once we upgrade to Scala 2.12.4
210
+ # ~remove once we upgrade to Scala 2.12.4~
211
+ # ^^ turns out that 2.12.4 didn't fix the issue, see:
212
+ # https://github.com/bazelbuild/rules_scala/pull/310#issuecomment-337466097
211
213
scala_opts = "," .join (ctx .attr .scalacopts + ["-YdisableFlatCpCaching" ]),
212
214
print_compile_time = ctx .attr .print_compile_time ,
213
215
plugin_arg = plugin_arg ,
@@ -1058,9 +1060,9 @@ java_library(
1058
1060
def scala_repositories ():
1059
1061
native .new_http_archive (
1060
1062
name = "scala" ,
1061
- strip_prefix = "scala-2.12.3 " ,
1062
- sha256 = "2b796ab773fbedcc734ba881a6486d54180b699ade8ba7493e91912044267c8c " ,
1063
- url = "https://downloads.lightbend.com/scala/2.12.3 /scala-2.12.3 .tgz" ,
1063
+ strip_prefix = "scala-2.12.4 " ,
1064
+ sha256 = "9554a0ca31aa8701863e881281b1772370a87e993ce785bb24505f2431292a21 " ,
1065
+ url = "https://downloads.lightbend.com/scala/2.12.4 /scala-2.12.4 .tgz" ,
1064
1066
build_file_content = SCALA_BUILD_FILE ,
1065
1067
)
1066
1068
0 commit comments