We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28e7c09 + 8caf503 commit 17c22f2Copy full SHA for 17c22f2
build.sbt
@@ -3,7 +3,7 @@ lazy val `play-webgoat` = (project in file(".")).enablePlugins(PlayScala)
3
name := "play-webgoat"
4
version := "1.0"
5
6
-crossScalaVersions := Seq("2.13.17", "3.3.7")
+crossScalaVersions := Seq("2.13.18", "3.3.7")
7
scalaVersion := crossScalaVersions.value.head // tc-skip
8
9
libraryDependencies ++= Seq(guice, ws)
0 commit comments