Skip to content

Commit

Permalink
bump: Akka 2.9.5 (#106)
Browse files Browse the repository at this point in the history
* bump: Akka 2.9.5

* akka-pki
  • Loading branch information
patriknw authored Aug 19, 2024
1 parent 132496c commit 0883cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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$

0 comments on commit 0883cc7

Please sign in to comment.