Skip to content

Commit

Permalink
Merge pull request #168 from scala-steward/update/2.9.x/patches
Browse files Browse the repository at this point in the history
[2.9.x] Patch updates
  • Loading branch information
mkurz authored Oct 8, 2024
2 parents 685f0e1 + 55050c8 commit 196d9a2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion code/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ homepage := Some(url("https://github.com/mkurz/deadbolt-2-java")) // Some(url("h
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))
organization := "be.objectify"

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 code/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.2
2 changes: 1 addition & 1 deletion test-app-filters/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := """test-app-filters"""

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-app-filters/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.2
2 changes: 1 addition & 1 deletion test-app/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := """test-app"""

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-app/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.2

0 comments on commit 196d9a2

Please sign in to comment.