Skip to content

Commit

Permalink
Update cats-effect-testing-specs2 to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Dec 4, 2024
1 parent 9090cf1 commit 426229d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy val root = (project in file("."))
"org.typelevel" %% "cats-effect" % "3.5.7",
"org.typelevel" %% "cats-effect-kernel" % "3.5.7",
"org.typelevel" %% "cats-effect-std" % "3.5.7",
"org.typelevel" %% "cats-effect-testing-specs2" % "1.5.0" % Test,
"org.typelevel" %% "cats-effect-testing-specs2" % "1.6.0" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test
),
// Add sbt plugins here, so that scala steward updates them in the g8 template
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy val root = (project in file(".")).settings(
"org.typelevel" %% "cats-effect-std" % "3.5.3"$if(scala3.truthy)$$else$,
// better monadic for compiler plugin as suggested by documentation
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")$endif$$if(testlib-use-cats-effect-testing-specs2.truthy)$,
"org.typelevel" %% "cats-effect-testing-specs2" % "1.5.0" % Test$else$$endif$$if(testlib-use-munit-cats-effect-3.truthy)$,
"org.typelevel" %% "cats-effect-testing-specs2" % "1.6.0" % Test$else$$endif$$if(testlib-use-munit-cats-effect-3.truthy)$,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test$else$$endif$
)
)

0 comments on commit 426229d

Please sign in to comment.