Skip to content

Commit

Permalink
Merge pull request #231 from scala-steward/update/series/1.x/specs2-c…
Browse files Browse the repository at this point in the history
…ore-4.13.1

Update specs2-core to 4.13.1 in series/1.x
  • Loading branch information
sh0hei authored Nov 26, 2021
2 parents 077d27e + 938fbfa commit b0e79ea
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 @@ -76,7 +76,7 @@ lazy val specs2 = crossProject(JSPlatform, JVMPlatform)
.dependsOn(core)
.settings(
name := "cats-effect-testing-specs2",
libraryDependencies += ("org.specs2" %%% "specs2-core" % "4.13.0").cross(CrossVersion.for3Use2_13))
libraryDependencies += ("org.specs2" %%% "specs2-core" % "4.13.1").cross(CrossVersion.for3Use2_13))

lazy val scalatest = crossProject(JSPlatform, JVMPlatform)
.in(file("scalatest"))
Expand Down

0 comments on commit b0e79ea

Please sign in to comment.