Skip to content

Commit

Permalink
Merge pull request #635 from scala-steward/update/http4s-core-0.23.18
Browse files Browse the repository at this point in the history
Update http4s-core to 0.23.18
  • Loading branch information
vlovgr authored Feb 8, 2023
2 parents 614de2a + a47c59f commit 4fd6387
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import scala.scalanative.build.Mode

val catsEffectVersion = "3.3.14"

val circeVersion = "0.14.3"
Expand All @@ -6,7 +8,7 @@ val circeYamlVersion = "0.14.2"

val enumeratumVersion = "1.7.2"

val http4sVersion = "0.23.16"
val http4sVersion = "0.23.18"

val refinedVersion = "0.10.1"

Expand All @@ -26,6 +28,8 @@ ThisBuild / versionScheme := Some("early-semver")

ThisBuild / doctestTestFramework := DoctestTestFramework.Munit

ThisBuild / nativeConfig ~= { _.withMode(Mode.debug) }

lazy val ciris = project
.in(file("."))
.settings(
Expand Down

0 comments on commit 4fd6387

Please sign in to comment.