Skip to content

Commit

Permalink
Merge pull request #94 from http4s/update/munit-1.0.0
Browse files Browse the repository at this point in the history
Update munit to 1.0.0
  • Loading branch information
froth authored May 25, 2024
2 parents 1a821f8 + 17fc8b4 commit e939c0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty

val Http4sVersion = "0.23.27"
val CirceVersion = "0.14.7"
val MunitVersion = "0.7.29"
val MunitVersion = "1.0.0"
val LogbackVersion = "1.5.6"
val MunitCatsEffectVersion = "1.0.7"
val MunitCatsEffectVersion = "2.0.0"

lazy val root = project.in(file("."))
.settings(
Expand All @@ -45,7 +45,7 @@ lazy val root = project.in(file("."))
"org.http4s" %% "http4s-dsl" % Http4sVersion,
"io.circe" %% "circe-generic" % CirceVersion,
"org.scalameta" %% "munit" % MunitVersion % Test,
"org.typelevel" %% "munit-cats-effect-3" % MunitCatsEffectVersion % Test,
"org.typelevel" %% "munit-cats-effect" % MunitCatsEffectVersion % Test,
"ch.qos.logback" % "logback-classic" % LogbackVersion % Runtime,
),
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1"),
Expand Down
6 changes: 3 additions & 3 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
val Http4sVersion = "0.23.27"
val CirceVersion = "0.14.7"
val MunitVersion = "0.7.29"
val MunitVersion = "1.0.0"
val LogbackVersion = "1.5.6"
val MunitCatsEffectVersion = "1.0.7"
val MunitCatsEffectVersion = "2.0.0"

lazy val root = (project in file("."))
.settings(
Expand All @@ -17,7 +17,7 @@ lazy val root = (project in file("."))
"org.http4s" %% "http4s-dsl" % Http4sVersion,
"io.circe" %% "circe-generic" % CirceVersion,
"org.scalameta" %% "munit" % MunitVersion % Test,
"org.typelevel" %% "munit-cats-effect-3" % MunitCatsEffectVersion % Test,
"org.typelevel" %% "munit-cats-effect" % MunitCatsEffectVersion % Test,
"ch.qos.logback" % "logback-classic" % LogbackVersion,
$if(graal_native_image.truthy)$
"org.scalameta" % "svm-subs" % "101.0.0"
Expand Down

0 comments on commit e939c0b

Please sign in to comment.