Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update akka-http to 10.2.1
  • Loading branch information
scala-steward committed Oct 2, 2020
commit eb425fa1b20a909ced711a4961e84ca5c108678e
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazy val `embedded-keycloak` = (project in file("embedded-keycloak"))
"com.lihaoyi" %% "ujson" % "1.2.0",
"com.iheart" %% "ficus" % "1.4.7",
//AKKA-DOWNLOADER
"com.typesafe.akka" %% "akka-http" % "10.2.0",
"com.typesafe.akka" %% "akka-http" % "10.2.1",
"com.typesafe.akka" %% "akka-stream" % "2.6.9",
//TEST
"org.scalatest" %% "scalatest" % "3.2.2" % Test
Expand Down