Skip to content

Commit

Permalink
Patch updates (#38)
Browse files Browse the repository at this point in the history
* sbt-ci-release 1.6.1 (was 1.6.0)

* scala-library 2.12.20 (was 2.12.19)
  • Loading branch information
scala-steward authored Sep 14, 2024
1 parent 4731360 commit 165a896
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 @@ -24,7 +24,7 @@ jobs:
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
java: 17, 11
scala: 2.12.19
scala: 2.12.20
add-dimensions: >-
{
"sbt": [ "1.9.0" ]
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

addSbtPlugin("com.github.sbt" % "sbt-web-build-base" % "2.0.2")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

Expand Down

0 comments on commit 165a896

Please sign in to comment.