There was an error while loading. Please reload this page.
2 parents 98ae29b + 695edb8 commit d9b324cCopy full SHA for d9b324c
1 file changed
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.18", "3.3.7")
+crossScalaVersions := Seq("2.13.18", "3.3.8")
7
scalaVersion := crossScalaVersions.value.head // tc-skip
8
9
libraryDependencies ++= Seq(guice, ws)
0 commit comments