Skip to content

Commit

Permalink
Merge pull request #71 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Dec 1, 2024
2 parents 61d2690 + 49f237b commit 6d91c93
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.5" % Provided)
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.6" % 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 project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.4
sbt.version=1.10.6
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.14", "3.3.3")
crossScalaVersions := Seq("2.13.15", "3.3.4")

scalaVersion := crossScalaVersions.value.head

Expand Down
2 changes: 1 addition & 1 deletion test-project/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.4
sbt.version=1.10.6
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.5")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.6")

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

Expand Down

0 comments on commit 6d91c93

Please sign in to comment.