Skip to content

Commit

Permalink
Merge pull request #143 from scala-steward/update/specs2-core-4.10.6
Browse files Browse the repository at this point in the history
Update specs2-core to 4.10.6
  • Loading branch information
larsrh authored Apr 1, 2021
2 parents e99acd4 + ecfd118 commit 3a8c145
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 3a8c145

Please sign in to comment.