There was an error while loading. Please reload this page.
2 parents fb258bd + 9b89204 commit cc911e3Copy full SHA for cc911e3
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.17", "3.3.6")
+crossScalaVersions := Seq("2.13.17", "3.3.7")
7
scalaVersion := crossScalaVersions.value.head // tc-skip
8
9
libraryDependencies ++= Seq(guice, ws)
0 commit comments