Skip to content

Commit

Permalink
Scala 3.3.1-RC5
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Aug 11, 2023
1 parent fc1a3f0 commit 957b0de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
java: 17, 11
scala: 2.13.11, 3.3.0
scala: 2.13.11, 3.3.1-RC5
cmd: >-
sbt "
+publishLocal;
Expand Down
2 changes: 1 addition & 1 deletion docs/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val docs = project
Test / unmanagedResourceDirectories := Nil,
Test / parallelExecution := false,
scalaVersion := "2.13.11",
crossScalaVersions := Seq("2.13.11", "3.3.0"),
crossScalaVersions := Seq("2.13.11", "3.3.1-RC5"),
)
.settings(
Test / javafmt / sourceDirectories ++= (Test / unmanagedSourceDirectories).value,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
object ScalaVersions {
val scala212 = "2.12.18"
val scala213 = "2.13.11"
val scala3 = "3.3.0"
val scala3 = "3.3.1-RC5"
}

object Versions {
Expand Down

0 comments on commit 957b0de

Please sign in to comment.