Skip to content

Commit

Permalink
Update specs2-core to 4.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and pgrandjean committed Jan 14, 2024
1 parent b561133 commit 30b06a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ libraryDependencies ++= {
Seq(
"org.typelevel" %% "shapeless3-deriving" % "3.3.0",
"org.sweet-delights" %% "delightful-typeclasses" % "0.2.0",
"org.specs2" %% "specs2-core" % "4.20.0" % "test"
"org.specs2" %% "specs2-core" % "4.20.3" % "test"
)
case _ =>
Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
"org.sweet-delights" %% "delightful-typeclasses" % "0.2.0",
"org.specs2" %% "specs2-core" % "4.20.0" % "test"
"org.specs2" %% "specs2-core" % "4.20.3" % "test"
)
}
}
Expand Down

0 comments on commit 30b06a4

Please sign in to comment.