Skip to content

Commit

Permalink
Merge pull request #132 from buildo/api-129-upgrade_akka
Browse files Browse the repository at this point in the history
#129: Upgrade akka (closes #129)
  • Loading branch information
calippo authored Jul 26, 2018
2 parents d6ca64e + f7d17df commit 011d3f5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions wiro/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ enablePlugins(GitVersioning)
import microsites._

val autowire = "com.lihaoyi" %% "autowire" % "0.2.6"
val akkaHttp = "com.typesafe.akka" %% "akka-http" % "10.0.3"
val akkaHttpCirce = "de.heikoseeberger" %% "akka-http-circe" % "1.19.0"
val akkaHttp = "com.typesafe.akka" %% "akka-http" % "10.1.3"
val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.5.14"
val akkaStreams = "com.typesafe.akka" %% "akka-stream" % "2.5.14"
val akkaHttpCirce = "de.heikoseeberger" %% "akka-http-circe" % "1.21.0"
val akkaHttpTestKitBase = "com.typesafe.akka" %% "akka-http-testkit" % "10.0.3"
val scalaTestBase = "org.scalatest" %% "scalatest" % "3.0.1"
val akkaHttpTestKit = akkaHttpTestKitBase % "test"
Expand All @@ -30,6 +32,8 @@ val commonDependencies = Seq(
scalaLogging,
autowire,
akkaHttp,
akkaActor,
akkaStreams,
akkaHttpCirce,
akkaHttpTestKit,
scalaTest,
Expand Down

0 comments on commit 011d3f5

Please sign in to comment.