Skip to content

Commit

Permalink
Merge pull request #530 from scala-steward/update/scala3-compiler-3.1.3
Browse files Browse the repository at this point in the history
scala3-compiler, scala3-library, ... 3.1.3 (was 3.1.2)
  • Loading branch information
mkurz authored Jul 8, 2022
2 parents 1c63725 + 3b1b6f9 commit ea786af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: playframework/.github/.github/workflows/cmd.yml@v2
with:
java: 11, 8
scala: 2.12.16, 2.13.8, 3.1.2
scala: 2.12.16, 2.13.8, 3.1.3
cmd: scripts/test-code.sh

finish:
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Dependencies {
val Scala212 = "2.12.16"
val Scala213 = "2.13.8"
val Scala3 = "3.1.2"
val Scala3 = "3.1.3"
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
}

0 comments on commit ea786af

Please sign in to comment.