Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyklim committed Aug 23, 2024
1 parent 24b2ed1 commit f9f98cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions rules/scala/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ 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"
scala3 = "3.5.1-RC1"
scala2 = "2.13.15"
scala3 = "3.5.1-RC2"
scalajs = "1.16.0"

direct_deps = [
["org_scala_sbt_compiler_interface", "org.scala-sbt:compiler-interface:" + zinc_version],
["scala_asm", "org.scala-lang.modules:scala-asm:9.6.0-scala-1"],
["scala_asm", "org.scala-lang.modules:scala-asm:9.7.0-scala-2"],
["scala_compiler_2_13", "org.scala-lang:scala-compiler:" + scala2],
["scala_library_2_13", "org.scala-lang:scala-library:" + scala2],
["scala_reflect_2_13", "org.scala-lang:scala-reflect:" + scala2],
Expand Down

0 comments on commit f9f98cf

Please sign in to comment.