Skip to content

Commit

Permalink
Merge pull request #43 from http4s/update/series/0.24/http4s-core-0.2…
Browse files Browse the repository at this point in the history
…3.16

Update http4s-core, http4s-laws to 0.23.16 in series/0.24
  • Loading branch information
armanbilge authored Sep 23, 2022
2 parents a4048c2 + 305e021 commit 60eaf9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ ThisBuild / scalaVersion := Scala213

lazy val root = project.in(file(".")).aggregate(scalatags).enablePlugins(NoPublishPlugin)

val http4sVersion = "0.23.14"
val http4sVersion = "0.23.16"
val scalatagsVersion = "0.11.1"
val munitVersion = "0.7.29"
val munitCatsEffectVersion = "1.0.7"
val munitVersion = "1.0.0-M6"
val munitCatsEffectVersion = "2.0.0-M3"

lazy val scalatags = project
.in(file("scalatags"))
Expand All @@ -24,7 +24,7 @@ lazy val scalatags = project
"org.http4s" %%% "http4s-core" % http4sVersion,
"com.lihaoyi" %%% "scalatags" % scalatagsVersion,
"org.scalameta" %%% "munit-scalacheck" % munitVersion % Test,
"org.typelevel" %%% "munit-cats-effect-3" % munitCatsEffectVersion % Test,
"org.typelevel" %%% "munit-cats-effect" % munitCatsEffectVersion % Test,
"org.http4s" %%% "http4s-laws" % http4sVersion % Test,
),
)

0 comments on commit 60eaf9e

Please sign in to comment.