Skip to content

Commit

Permalink
Update specs2-core to 4.20.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gu-scala-steward-public-repos[bot] committed Jul 10, 2024
1 parent 2192b70 commit b199694
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 @@ -13,7 +13,7 @@ libraryDependencies ++= Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.2",
"org.playframework" %% "play-json" % "3.0.4",
"org.slf4j" % "slf4j-api" % "2.0.13",
"org.specs2" %% "specs2-core" % "4.20.7" % Test
"org.specs2" %% "specs2-core" % "4.20.8" % Test
)

Test / unmanagedResourceDirectories += baseDirectory.value / "json"
Expand Down

0 comments on commit b199694

Please sign in to comment.