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
scala-steward committed Jul 4, 2024
1 parent 8de4b7b commit 662297d
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
@@ -1,7 +1,7 @@
import sbtcrossproject.CrossPlugin.autoImport.crossProject

lazy val scalatest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.17")
lazy val specs2 = Def.setting("org.specs2" %%% "specs2-core" % "4.20.2")
lazy val specs2 = Def.setting("org.specs2" %%% "specs2-core" % "4.20.8")

val commonSettings = Defaults.coreDefaultSettings ++ Seq(
/**
Expand Down

0 comments on commit 662297d

Please sign in to comment.