Skip to content

Commit

Permalink
Update scala3-library to 3.3.1 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 4, 2023
1 parent 3ae3b58 commit 32ea9aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ci_scripts/update_all.test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def bsp4bazel_setup():
assertEquals(
os.read(workingDir / "build.sbt"),
s"""
val scala3Version = "3.3.0"
val scala3Version = "3.3.1"

// <--- Updated automatically by release job
val bsp4BazelVersion = "$newVersion"
Expand Down Expand Up @@ -177,7 +177,7 @@ More blah blah blah
""".trim

val BuildFile = """
val scala3Version = "3.3.0"
val scala3Version = "3.3.1"
// <--- Updated automatically by release job
val bsp4BazelVersion = "0.0.19"
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val scala3Version = "3.3.0"
val scala3Version = "3.3.1"

enablePlugins(GraalVMNativeImagePlugin)
enablePlugins(BuildInfoPlugin)
Expand Down

0 comments on commit 32ea9aa

Please sign in to comment.