Skip to content

Commit

Permalink
Update munit-cats-effect-2 to 1.0.2 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 22, 2021
1 parent ab5c9c8 commit 496a43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ lazy val server = (project in file("server"))
"org.http4s" %% "http4s-circe" % "0.21.22",
"io.circe" %% "circe-generic" % "0.13.0",
"org.slf4j" % "slf4j-simple" % "1.7.30",
"org.typelevel" %% "munit-cats-effect-2" % "1.0.1" % Test
"org.typelevel" %% "munit-cats-effect-2" % "1.0.2" % Test
),
graalVMNativeImageOptions ++= Seq(
"--verbose",
Expand Down Expand Up @@ -107,7 +107,7 @@ lazy val client = (project in file("client"))
"co.fs2" %%% "fs2-core" % "2.5.4",
"io.circe" %%% "circe-generic" % "0.13.0",
"io.circe" %%% "circe-parser" % "0.13.0",
"org.typelevel" %%% "munit-cats-effect-2" % "1.0.1" % Test
"org.typelevel" %%% "munit-cats-effect-2" % "1.0.2" % Test
),
scalaJSUseMainModuleInitializer := true,
scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule))
Expand Down

0 comments on commit 496a43e

Please sign in to comment.