Skip to content

Commit

Permalink
use latest akka-http and akka-stream versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Sep 1, 2023
1 parent b29aa51 commit 381ccde
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
scalaVersion := "2.13.11"
scalacOptions ++= Seq("-deprecation", "-feature")

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-http" % "10.1.15",
"com.typesafe.akka" %% "akka-stream" % "2.6.20",
"com.typesafe.akka" %% "akka-http" % "10.5.2",
"com.typesafe.akka" %% "akka-stream" % "2.8.4",
)

0 comments on commit 381ccde

Please sign in to comment.