Skip to content

Commit

Permalink
scala-library 2.13.14 (was 2.13.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 11, 2024
1 parent 3b7bbda commit 1fefe45
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.13", "3.3.3")
crossScalaVersions := Seq("2.13.14", "3.3.3")

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.13", "3.3.3")
crossScalaVersions := Seq("2.13.14", "3.3.3")

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.13", "3.3.3")
crossScalaVersions := Seq("2.13.14", "3.3.3")

scalaVersion := crossScalaVersions.value.head

Expand Down

0 comments on commit 1fefe45

Please sign in to comment.