Skip to content

Commit

Permalink
Bump http4s & ciris
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Dec 3, 2023
1 parent 87c8514 commit 09d8ea4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ inThisBuild(
versionScheme := Some("early-semver"),
version := "3.0",
run / fork := true,
run / javaOptions += "-Dconfig.override_with_env_vars=true"
run / javaOptions += "-Dconfig.override_with_env_vars=true",
ThisBuild / libraryDependencySchemes ++= Seq(
"org.typelevel" %% "cats-parse" % VersionScheme.Always
)
)
)

Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ object Dependencies {

object V {
val circe = "0.14.6"
val http4s = "0.23.23"
val ciris = "3.4.0"
val http4s = "0.23.24"
val ciris = "3.5.0"
val kamon = "2.5.11"
val kamonAgent = "1.0.18"
val chess = "15.6.11"
Expand Down

0 comments on commit 09d8ea4

Please sign in to comment.