Skip to content

Commit

Permalink
Update specs2-core, specs2-matcher-extra, ... to 4.20.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Oct 15, 2024
1 parent 2301000 commit b1d8c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
val SjsMacroTaskExecutor = Def.setting("org.scala-js" %%% "scala-js-macrotask-executor" % "1.0.0")
val SjsSecureRandom = Def.setting("org.scala-js" %%% "scalajs-java-securerandom" % "1.0.0")
val logback = "ch.qos.logback" % "logback-classic" % "1.2.13"
val specs2Core = "org.specs2" %% "specs2-core" % "4.20.2"
val specs2Core = "org.specs2" %% "specs2-core" % "4.20.9"
val specs2Mock = "org.specs2" %% "specs2-mock" % specs2Core.revision
val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.6.19"
val akkaTestKit = "com.typesafe.akka" %% "akka-testkit" % akkaActor.revision
Expand Down

0 comments on commit b1d8c68

Please sign in to comment.