Skip to content

Commit

Permalink
upgrade specs2-core
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickern committed Nov 1, 2023
1 parent ad20f48 commit 1151ba2
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 @@ -23,7 +23,7 @@ lazy val swagger = (projectMatrix in file("."))
.settings(
name := "swagger-play",
libraryDependencies ++= Seq(
"org.specs2" %% "specs2-core" % "4.6.0" % Test,
"org.specs2" %% "specs2-core" % "4.20.2" % Test,
),
scalacOptions -= "-Xfatal-warnings",
(Test / scalacOptions) --= Seq(
Expand Down

0 comments on commit 1151ba2

Please sign in to comment.