Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Bump Akka, Akka HTTP and utest versions (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hseeberger committed Sep 13, 2018
1 parent a2a0367 commit 587c68c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ lazy val `streamee-demo` =
lazy val library =
new {
object Version {
val akka = "2.5.15"
val akkaHttp = "10.1.4"
val akka = "2.5.16"
val akkaHttp = "10.1.5"
val akkaHttpJson = "1.21.0"
val akkaLog4j = "1.6.1"
val akkaManagement = "0.17.0"
Expand All @@ -74,7 +74,7 @@ lazy val library =
val log4jApiScala = "11.0"
val pureConfig = "0.9.2"
val scalaCheck = "1.14.0"
val utest = "0.6.4"
val utest = "0.6.5"
}
val akkaActorTestkitTyped = "com.typesafe.akka" %% "akka-actor-testkit-typed" % Version.akka
val akkaClusterShardingTyped = "com.typesafe.akka" %% "akka-cluster-sharding-typed" % Version.akka
Expand Down

0 comments on commit 587c68c

Please sign in to comment.