File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ lazy val root = (project in file(".")).
21
21
" com.typesafe.akka" %% " akka-http-spray-json" % akkaHttpVersion,
22
22
" com.typesafe.akka" %% " akka-actor-typed" % akkaVersion,
23
23
" com.typesafe.akka" %% " akka-stream" % akkaVersion,
24
+ " com.typesafe.akka" %% " akka-pki" % akkaVersion,
24
25
" ch.qos.logback" % " logback-classic" % " 1.2.11" ,
25
26
26
27
" com.typesafe.akka" %% " akka-http-testkit" % akkaHttpVersion % Test ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name=My Akka HTTP Project
2
2
description =This is a seed project which creates a basic build for an Akka HTTP application using Scala.
3
3
scala_version =3.3.3
4
4
akka_http_version =10.6.3
5
- akka_version =2.9.3
5
+ akka_version =2.9.4
6
6
sbt_version =maven(org.scala-sbt, sbt, stable)
7
7
organization =com.example
8
8
package =$organization$
You can’t perform that action at this time.
0 commit comments