Skip to content

Commit 17c22f2

Browse files
authored
Merge pull request #215 from scala-steward/update/patches
[3.0.x] Patch updates
2 parents 28e7c09 + 8caf503 commit 17c22f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ lazy val `play-webgoat` = (project in file(".")).enablePlugins(PlayScala)
33
name := "play-webgoat"
44
version := "1.0"
55

6-
crossScalaVersions := Seq("2.13.17", "3.3.7")
6+
crossScalaVersions := Seq("2.13.18", "3.3.7")
77
scalaVersion := crossScalaVersions.value.head // tc-skip
88

99
libraryDependencies ++= Seq(guice, ws)

0 commit comments

Comments
 (0)