Skip to content

Commit

Permalink
Merge pull request #45 from scala-steward/update/http4s-ember-server-…
Browse files Browse the repository at this point in the history
…0.23.26

Update http4s-ember-server to 0.23.26
  • Loading branch information
mergify[bot] committed Mar 6, 2024
2 parents c3ca1d4 + 1bfba9f commit a214361
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ lazy val root = (project in file("."))
// ensuring deps are updated inside of templates files
lazy val phantomDeps = Def.settings(
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-ember-server" % "0.23.25"
"org.http4s" %% "http4s-ember-server" % "0.23.26"
)
)
2 changes: 1 addition & 1 deletion src/main/g8/$if(mill.truthy)$.$endif$/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ object service extends SbtModule with Smithy4sModule {
override def ivyDeps = Agg(
ivy"com.disneystreaming.smithy4s::smithy4s-core:\${smithy4sVersion()}",
ivy"com.disneystreaming.smithy4s::smithy4s-http4s-swagger:\${smithy4sVersion()}",
ivy"org.http4s::http4s-ember-server:0.23.25"
ivy"org.http4s::http4s-ember-server:0.23.26"
)
}
2 changes: 1 addition & 1 deletion src/main/g8/$if(sbt.truthy)$.$endif$/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy val root = (project in file("."))
libraryDependencies ++= Seq(
"com.disneystreaming.smithy4s" %% "smithy4s-http4s" % smithy4sVersion.value,
"com.disneystreaming.smithy4s" %% "smithy4s-http4s-swagger" % smithy4sVersion.value,
"org.http4s" %% "http4s-ember-server" % "0.23.25"
"org.http4s" %% "http4s-ember-server" % "0.23.26"
),
Compile / run / fork := true,
Compile / run / connectInput := true
Expand Down

0 comments on commit a214361

Please sign in to comment.