Skip to content

Commit

Permalink
chore: upgrade scala-asm
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyklim committed Dec 22, 2024
1 parent 390d7a7 commit 37c7f3b
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 @@ -59,7 +59,7 @@ def scala_repositories():

direct_deps = [
["org_scala_sbt_compiler_interface", "org.scala-sbt:compiler-interface:" + zinc_version],
["scala_asm", "org.scala-lang.modules:scala-asm:9.7.0-scala-2"],
["scala_asm", "org.scala-lang.modules:scala-asm:9.7.1-scala-1"],
["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 37c7f3b

Please sign in to comment.