Skip to content

Commit

Permalink
Merge pull request #20 from scala-steward/update/cats-effect-testing-…
Browse files Browse the repository at this point in the history
…specs2-1.3.0

Update cats-effect-testing-specs2 to 1.3.0
  • Loading branch information
djspiewak authored Oct 11, 2021
2 parents 06f692a + 698105c commit 9669513
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 @@ -43,7 +43,7 @@ lazy val core = project.in(file("core"))
"com.comcast" %% "ip4s-core" % "3.0.3",
"co.fs2" %% "fs2-core" % Fs2Version,

"org.typelevel" %% "cats-effect-testing-specs2" % "1.2.0" % Test))
"org.typelevel" %% "cats-effect-testing-specs2" % "1.3.0" % Test))

lazy val benchmarks = project.in(file("benchmarks"))
.dependsOn(core)
Expand Down

0 comments on commit 9669513

Please sign in to comment.