Skip to content

Commit

Permalink
Merge pull request #3430 from typelevel/update/munit-cats-effect-2.0.…
Browse files Browse the repository at this point in the history
…0-RC1

Update munit-cats-effect to 2.0.0-RC1
  • Loading branch information
mpilquist authored May 12, 2024
2 parents 0a5d12f + e1fa379 commit 9b1b27c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ jobs:

- name: Publish site
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: mdoc/target/docs/site
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.typelevel" %%% "cats-effect-testkit" % "3.5.4" % Test,
"org.typelevel" %%% "cats-laws" % "2.10.0" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-RC1" % Test,
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test
),
tlJdkRelease := None,
Expand Down Expand Up @@ -322,7 +322,7 @@ lazy val integration = project
fork := true,
javaOptions += "-Dcats.effect.tracing.mode=none",
libraryDependencies ++= Seq(
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5" % Test
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-RC1" % Test
)
)
.enablePlugins(NoPublishPlugin)
Expand Down

0 comments on commit 9b1b27c

Please sign in to comment.