Skip to content

Commit

Permalink
update scalajs_compiler version (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-skrodzka authored Sep 26, 2024
1 parent c78d616 commit 9cebdc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rules/scala/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def scala_repositories():
http_archive(
name = "compiler_bridge_2_13",
build_file_content = _SRC_FILEGROUP_BUILD_FILE_CONTENT,
integrity = "sha256-IxsWuIbybsISVqMAoBdrIPUQdIEKE9BPymZSrcxVb70=",
url = "https://repo.maven.apache.org/maven2/org/scala-sbt/compiler-bridge_2.13/{v}/compiler-bridge_2.13-{v}-sources.jar".format(v = zinc_version),
)

Expand All @@ -79,7 +80,7 @@ def scala_repositories():
["scala3_library_sjs1_3", "org.scala-lang:scala3-library_sjs1_3:" + scala3],
["scala3_library", "org.scala-lang:scala3-library_3:" + scala3],
["scala3_sbt_bridge", "org.scala-lang:scala3-sbt-bridge:" + scala3],
["scalajs_compiler_2_13", "org.scala-js:scalajs-compiler_2.13:" + scalajs],
["scalajs_compiler_2_13", "org.scala-js:scalajs-compiler_2.13.15:" + scalajs],
["scalajs_env_nodejs_2_13", "org.scala-js:scalajs-env-nodejs_2.13:1.2.1"],
["scalajs_ir_2_13", "org.scala-js:scalajs-ir_2.13:" + scalajs],
["scalajs_js_envs_2_13", "org.scala-js:scalajs-js-envs_2.13:1.2.1"],
Expand Down

0 comments on commit 9cebdc9

Please sign in to comment.