Skip to content

Commit

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

Update http4s-ember-server to 0.23.28
  • Loading branch information
mergify[bot] authored Sep 10, 2024
2 parents 0ebf9e7 + 408940c commit bc2045c
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.27"
"org.http4s" %% "http4s-ember-server" % "0.23.28"
)
)
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.27"
ivy"org.http4s::http4s-ember-server:0.23.28"
)
}
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.27"
"org.http4s" %% "http4s-ember-server" % "0.23.28"
),
Compile / run / fork := true,
Compile / run / connectInput := true
Expand Down

0 comments on commit bc2045c

Please sign in to comment.