diff --git a/build.sbt b/build.sbt index 31aa27e..f2438a1 100644 --- a/build.sbt +++ b/build.sbt @@ -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.28" + "org.http4s" %% "http4s-ember-server" % "0.23.29" ) ) diff --git a/src/main/g8/$if(mill.truthy)$.$endif$/build.sc b/src/main/g8/$if(mill.truthy)$.$endif$/build.sc index 00e6b21..d5b7789 100644 --- a/src/main/g8/$if(mill.truthy)$.$endif$/build.sc +++ b/src/main/g8/$if(mill.truthy)$.$endif$/build.sc @@ -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.28" + ivy"org.http4s::http4s-ember-server:0.23.29" ) } diff --git a/src/main/g8/$if(sbt.truthy)$.$endif$/build.sbt b/src/main/g8/$if(sbt.truthy)$.$endif$/build.sbt index 5eb29d9..37f578f 100644 --- a/src/main/g8/$if(sbt.truthy)$.$endif$/build.sbt +++ b/src/main/g8/$if(sbt.truthy)$.$endif$/build.sbt @@ -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.28" + "org.http4s" %% "http4s-ember-server" % "0.23.29" ), Compile / run / fork := true, Compile / run / connectInput := true