Skip to content

Commit 76d0d82

Browse files
authored
Merge pull request #85 from scala-steward/update/patches
Patch updates
2 parents a00925e + e19cc6a commit 76d0d82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: playframework/.github/.github/workflows/cmd.yml@v3
1919
with:
2020
java: 17, 11, 8
21-
scala: 2.12.20, 3.7.2
21+
scala: 2.12.20, 3.7.3
2222
cmd: |
2323
sbt ++$MATRIX_SCALA validate
2424

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ developers += Developer(
1313
url("https://github.com/playframework")
1414
)
1515

16-
crossScalaVersions := Seq("2.12.20", "3.7.2")
16+
crossScalaVersions := Seq("2.12.20", "3.7.3")
1717
ThisBuild / (pluginCrossBuild / sbtVersion) := {
1818
scalaBinaryVersion.value match {
1919
case "2.12" => "1.11.7"

0 commit comments

Comments
 (0)