Skip to content

Commit 45fc05d

Browse files
authored
Merge pull request #458 from scala-steward/update/patches
Patch updates
2 parents 26f1759 + fc08bf8 commit 45fc05d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 21, 17, 11, 8
21-
scala: 2.12.20
21+
scala: 2.12.21
2222
cmd: |
2323
sbt ++$MATRIX_SCALA test scripted
2424

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lazy val root = (project in file("."))
55
organization := "com.github.sbt",
66
name := "sbt-eclipse",
77
scalacOptions ++= Seq("-unchecked", "-deprecation", "-target:jvm-1.8"),
8-
scalaVersion := "2.12.20",
8+
scalaVersion := "2.12.21",
99
// Customise sbt-dynver's behaviour to make it work with tags which aren't v-prefixed
1010
ThisBuild / dynverVTagPrefix := false,
1111
// Sanity-check: assert that version comes from a tag (e.g. not a too-shallow clone)

src/sbt-test/sbteclipse/06-multi-scala-version-support/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ lazy val subb =
1515
Project("subb", new File("subb")).
1616
settings(
1717
Defaults.coreDefaultSettings ++ Seq(
18-
scalaVersion := "2.12.20"
18+
scalaVersion := "2.12.21"
1919
)
2020
)

0 commit comments

Comments
 (0)