diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 7db9f98..bbac3a8 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -21,6 +21,7 @@ lazy val root = (project in file(".")). "com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion, "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion, "com.typesafe.akka" %% "akka-stream" % akkaVersion, + "com.typesafe.akka" %% "akka-pki" % akkaVersion, "ch.qos.logback" % "logback-classic" % "1.2.11", "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test, diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 591ad1f..9f83676 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -2,7 +2,7 @@ name=My Akka HTTP Project description=This is a seed project which creates a basic build for an Akka HTTP application using Scala. scala_version=3.3.3 akka_http_version=10.6.3 -akka_version=2.9.3 +akka_version=2.9.4 sbt_version=maven(org.scala-sbt, sbt, stable) organization=com.example package=$organization$