Skip to content

Commit

Permalink
Revert "chore: revert scala-library"
Browse files Browse the repository at this point in the history
This reverts commit a25e671.
  • Loading branch information
timothyklim committed Oct 5, 2024
1 parent d809a9f commit 5abb654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/scala/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def scala_repositories():
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),
)

scala2 = "2.13.14"
scala2 = "2.13.15"
scala3 = "3.5.2-RC1"
scalajs = "1.17.0"

Expand Down

0 comments on commit 5abb654

Please sign in to comment.