Skip to content

Commit

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

Update http4s-ember-server to 0.23.27
  • Loading branch information
mergify[bot] authored May 5, 2024
2 parents 0e3bb9e + 05f9b7c commit 0ebf9e7
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.26"
"org.http4s" %% "http4s-ember-server" % "0.23.27"
)
)
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.26"
ivy"org.http4s::http4s-ember-server:0.23.27"
)
}
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.26"
"org.http4s" %% "http4s-ember-server" % "0.23.27"
),
Compile / run / fork := true,
Compile / run / connectInput := true
Expand Down

0 comments on commit 0ebf9e7

Please sign in to comment.