Skip to content

Commit 0883cc7

Browse files
authored
bump: Akka 2.9.5 (#106)
* bump: Akka 2.9.5 * akka-pki
1 parent 132496c commit 0883cc7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/g8/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ lazy val root = (project in file(".")).
2121
"com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion,
2222
"com.typesafe.akka" %% "akka-actor-typed" % akkaVersion,
2323
"com.typesafe.akka" %% "akka-stream" % akkaVersion,
24+
"com.typesafe.akka" %% "akka-pki" % akkaVersion,
2425
"ch.qos.logback" % "logback-classic" % "1.2.11",
2526

2627
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test,

src/main/g8/default.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=My Akka HTTP Project
22
description=This is a seed project which creates a basic build for an Akka HTTP application using Scala.
33
scala_version=3.3.3
44
akka_http_version=10.6.3
5-
akka_version=2.9.3
5+
akka_version=2.9.4
66
sbt_version=maven(org.scala-sbt, sbt, stable)
77
organization=com.example
88
package=$organization$

0 commit comments

Comments
 (0)