Skip to content

Commit

Permalink
Merge pull request #175 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 Jan 19, 2025
2 parents 14c7c18 + 53a31e5 commit 5fdc825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lazy val `play-webgoat` = (project in file(".")).enablePlugins(PlayScala)
name := "play-webgoat"
version := "1.0"

crossScalaVersions := Seq("2.13.15", "3.3.4")
crossScalaVersions := Seq("2.13.16", "3.3.4")
scalaVersion := crossScalaVersions.value.head // tc-skip

libraryDependencies ++= Seq(guice, ws)
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.6
sbt.version=1.10.7

0 comments on commit 5fdc825

Please sign in to comment.