We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3380081 commit 328b5e5Copy full SHA for 328b5e5
build.sbt
@@ -40,7 +40,6 @@ lazy val commonSettings = scalariformSettings ++ Seq(
40
)
41
42
val akkaHttpVersion = "10.0.0-RC2"
43
-val akkaVersion = "2.4.12"
44
45
val scalaTest = "org.scalatest" %% "scalatest" % "3.0.1" % "test"
46
@@ -56,7 +55,6 @@ lazy val core: Project = (project in file("core"))
56
55
.settings(
57
name := "core",
58
libraryDependencies ++= Seq(
59
- "com.typesafe.akka" %% "akka-testkit" % akkaVersion,
60
"com.typesafe.akka" %% "akka-http" % akkaHttpVersion,
61
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % "test",
62
"org.scalacheck" %% "scalacheck" % "1.13.4" % "test",
0 commit comments