Skip to content

Commit

Permalink
chore: revert scala2
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyklim committed Aug 23, 2024
1 parent f9f98cf commit 6ed483b
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 @@ -63,7 +63,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.15"
scala2 = "2.13.14"
scala3 = "3.5.1-RC2"
scalajs = "1.16.0"

Expand Down

0 comments on commit 6ed483b

Please sign in to comment.