Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Tests
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
java: 21, 17, 11
java: 25, 21, 17, 11
scala: 2.13.x, 3.x
cmd: |
sbt +publishLocal;
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libraryDependencies += "ws.unfiltered" %% "unfiltered-netty-websockets" % "0.12.

licenses += "MIT" -> url("http://opensource.org/licenses/MIT")

addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.9" % Provided)
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.10" % Provided)

// Customise sbt-dynver's behaviour to make it work with tags which are/aren't v-prefixed
ThisBuild / dynverVTagPrefix := true
Expand Down
2 changes: 1 addition & 1 deletion test-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ enablePlugins(PlayScala)

name := "test-project"

crossScalaVersions := Seq("2.13.16", "3.3.5")
crossScalaVersions := Seq("2.13.18", "3.3.7")

scalaVersion := crossScalaVersions.value.head

Expand Down
2 changes: 1 addition & 1 deletion test-project/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.9")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.10")

lazy val playAutoRefreshPlugin = RootProject(file("..").getAbsoluteFile.toURI)

Expand Down
Loading