Skip to content

Commit

Permalink
Update specs2-core to 4.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 29, 2021
1 parent e68777e commit ecfd118
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 @@ -69,7 +69,7 @@ lazy val specs2 = crossProject(JSPlatform, JVMPlatform)
.settings(
name := "cats-effect-testing-specs2",

libraryDependencies += "org.specs2" %% "specs2-core" % "4.10.5")
libraryDependencies += "org.specs2" %% "specs2-core" % "4.10.6")
.settings(dottyLibrarySettings)

lazy val scalatest = crossProject(JSPlatform, JVMPlatform)
Expand Down

0 comments on commit ecfd118

Please sign in to comment.