Skip to content

Commit

Permalink
Merge pull request #180 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Feb 10, 2025
2 parents f262dd1 + bace258 commit dbbaec4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.15", "3.3.4")
crossScalaVersions := Seq("2.13.16", "3.3.5")

scalaVersion := crossScalaVersions.value.head

Expand Down
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.15", "3.3.4")
crossScalaVersions := Seq("2.13.16", "3.3.5")

scalaVersion := crossScalaVersions.value.head

Expand Down
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.15", "3.3.4")
crossScalaVersions := Seq("2.13.16", "3.3.5")

scalaVersion := crossScalaVersions.value.head

Expand Down

0 comments on commit dbbaec4

Please sign in to comment.