Skip to content

Commit

Permalink
feat: scala3 3.3.2-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyklim committed Dec 19, 2023
1 parent 7abf6c6 commit 5132a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rules/scala/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def scala_repositories():
)

scala2 = "2.13.12"
scala3 = "3.3.1"
scala3 = "3.3.2-RC1"
scalajs = "1.14.0"

direct_deps = [
Expand Down
2 changes: 1 addition & 1 deletion scala3/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def _scala3_toolchain_repository_impl(repository_ctx):
# TODO load maven deps, like `rules_scala_toolchain_deps_repositories` does.
# `repository_ctx.attr.scala_version` should be used to resolve deps and
# determine the full version
scala_version = "3.3.1"
scala_version = "3.3.2-RC1"
compiler_bridge = repository_ctx.attr.compiler_bridge or "@scala_sbt_bridge_3_3_1//jar"

compiler_classpath = repository_ctx.attr.compiler_classpath or [
Expand Down

0 comments on commit 5132a75

Please sign in to comment.