Skip to content

Commit

Permalink
Scala 2.13.13 (was .12), 3.3.2 (was .1)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Feb 22, 2024
1 parent f52c504 commit 5150eb4
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.12", "3.3.1")
crossScalaVersions := Seq("2.13.13", "3.3.2")
scalaVersion := crossScalaVersions.value.head // tc-skip

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

0 comments on commit 5150eb4

Please sign in to comment.