Skip to content

Commit

Permalink
Merge pull request #154 from scala-steward/update/specs2-core-4.11.0
Browse files Browse the repository at this point in the history
Update specs2-core to 4.11.0
  • Loading branch information
djspiewak committed Apr 23, 2021
2 parents 680e8a1 + 0dc19a9 commit 3521714
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.6")
libraryDependencies += "org.specs2" %% "specs2-core" % "4.11.0")
.settings(dottyLibrarySettings)

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

0 comments on commit 3521714

Please sign in to comment.