Skip to content

Commit

Permalink
specs2-core 4.20.6 (was 4.20.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed May 5, 2024
1 parent 2c33239 commit a6601d2
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 @@ -30,7 +30,7 @@ lazy val `play-file-watch` = project
libraryDependencies ++= Seq(
"io.methvin" % "directory-watcher" % "0.18.0",
"com.github.pathikrit" %% "better-files" % "3.9.2",
"org.specs2" %% "specs2-core" % "4.20.5" % Test
"org.specs2" %% "specs2-core" % "4.20.6" % Test
),
Test / parallelExecution := false,
mimaPreviousArtifacts := previousVersion.map(organization.value %% moduleName.value % _).toSet,
Expand Down

0 comments on commit a6601d2

Please sign in to comment.