Skip to content

Commit

Permalink
Merge pull request #177 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
[3.0.x] Patch updates
  • Loading branch information
mkurz authored Feb 19, 2025
2 parents 2f1614c + 1290c93 commit a04e861
Showing 1 changed file with 1 addition and 1 deletion.
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.16", "3.3.4")
crossScalaVersions := Seq("2.13.16", "3.3.5")
scalaVersion := crossScalaVersions.value.head // tc-skip

libraryDependencies ++= Seq(guice, ws)
Expand Down

0 comments on commit a04e861

Please sign in to comment.