Skip to content

Commit

Permalink
chore: upgrade scala to 3.5.1-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyklim committed Jul 17, 2024
1 parent b7515f0 commit 24b2ed1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ configure_zinc_scala(
compiler_bridge = "@scala3_sbt_bridge//jar",
compiler_classpath = compiler_classpath_3,
runtime_classpath = runtime_classpath_3,
version = "3.4.0",
version = "3.5.1-RC1",
visibility = ["//visibility:public"],
)
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():
)

scala2 = "2.13.14"
scala3 = "3.5.0-RC4"
scala3 = "3.5.1-RC1"
scalajs = "1.16.0"

direct_deps = [
Expand Down
2 changes: 1 addition & 1 deletion scala/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ alias(
visibility = ["//visibility:public"],
)

scala3 = "3.4.0"
scala3 = "3.5.1-RC1"

scala3_global_scalacopts = [
"-deprecation",
Expand Down
2 changes: 1 addition & 1 deletion scala3/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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.4.0"
scala_version = "3.5.1-RC1"
compiler_bridge = repository_ctx.attr.compiler_bridge or "@scala3_sbt_bridge//jar"

compiler_classpath = repository_ctx.attr.compiler_classpath or [
Expand Down
2 changes: 1 addition & 1 deletion tests/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def test_artifacts():
"com.thesamet.scalapb:scalapb-runtime_3:" + scalapb_version,
"com.thesamet.scalapb:scalapb-runtime-grpc_3:" + scalapb_version,
"com.thesamet.scalapb.grpcweb:scalapb-grpcweb_sjs1_3:0.7.0",
"io.grpc:grpc-netty:1.64.0",
"io.grpc:grpc-netty:1.65.1",
"org.scala-js:scalajs-dom_sjs1_3:2.8.0",
"org.scala-lang.modules:scala-xml_3:2.3.0",
"org.scala-sbt:compiler-interface:2.0.0-alpha14",
Expand Down

0 comments on commit 24b2ed1

Please sign in to comment.