Skip to content

Commit

Permalink
Merge pull request #437 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Sep 14, 2024
2 parents a38fcad + 8079c5d commit fafc93d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
java: 21, 17, 11, 8
scala: 2.12.19
scala: 2.12.20
cmd: |
sbt ++$MATRIX_SCALA test scripted
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val root = (project in file("."))
sonatypeProfileName := "com.github.sbt.sbt-eclipse", // See https://issues.sonatype.org/browse/OSSRH-77819#comment-1203625
name := "sbt-eclipse",
scalacOptions ++= Seq("-unchecked", "-deprecation", "-target:jvm-1.8"),
scalaVersion := "2.12.19",
scalaVersion := "2.12.20",
// Customise sbt-dynver's behaviour to make it work with tags which aren't v-prefixed
ThisBuild / dynverVTagPrefix := false,
// Sanity-check: assert that version comes from a tag (e.g. not a too-shallow clone)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ lazy val subb =
Project("subb", new File("subb")).
settings(
Defaults.coreDefaultSettings ++ Seq(
scalaVersion := "2.12.19"
scalaVersion := "2.12.20"
)
)

0 comments on commit fafc93d

Please sign in to comment.