Skip to content

Commit

Permalink
Merge pull request #227 from scala-steward/update/scala3-library-3.1.3
Browse files Browse the repository at this point in the history
scala3-library 3.1.3 (was 3.0.2)
  • Loading branch information
mergify[bot] authored Jul 11, 2022
2 parents 7c15d83 + d6bed20 commit f9edeab
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 @@ -38,7 +38,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: sbt ++$MATRIX_SCALA test

finish:
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt._
object Dependencies {
val Scala212 = "2.12.16"
val Scala213 = "2.13.8"
val Scala3 = "3.0.2"
val Scala3 = "3.1.3"

val ScalaVersions = Seq(Scala212, Scala213, Scala3)

Expand Down

0 comments on commit f9edeab

Please sign in to comment.