Skip to content

Commit

Permalink
Merge branch 'master' into fix-deps
Browse files Browse the repository at this point in the history
# Conflicts:
#	deps/scala_deps.bzl
  • Loading branch information
anna-skrodzka committed Nov 4, 2024
2 parents ab98706 + afadd88 commit 05c422d
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 @@ -30,6 +30,6 @@ configure_zinc_scala(
compiler_bridge = "@scala3_sbt_bridge//jar",
compiler_classpath = compiler_classpath_3,
runtime_classpath = runtime_classpath_3,
version = "3.5.1-RC1",
version = "3.6.1",
visibility = ["//visibility:public"],
)
2 changes: 1 addition & 1 deletion deps/scala_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def scala_deps(
dependencies,
src,
project_root = ".",
scala_version = "3.5.2",
scala_version = "3.6.1",
targets_dir_name = "jvm",
targets_file_name = "BUILD"):
destination = native.package_name() + "/3rdparty"
Expand Down
2 changes: 1 addition & 1 deletion rules/scala/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def scala_repositories():
)

scala2 = "2.13.15"
scala3 = "3.5.2"
scala3 = "3.6.1"
scalajs = "1.17.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 @@ -80,7 +80,7 @@ alias(
visibility = ["//visibility:public"],
)

scala3 = "3.5.1-RC1"
scala3 = "3.6.1"

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.5.1-RC1"
scala_version = "3.6.1"
compiler_bridge = repository_ctx.attr.compiler_bridge or "@scala3_sbt_bridge//jar"

compiler_classpath = repository_ctx.attr.compiler_classpath or [
Expand Down

0 comments on commit 05c422d

Please sign in to comment.