Skip to content

Commit 328b5e5

Browse files
committed
Removing unneeded dependency
1 parent 3380081 commit 328b5e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.sbt

-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ lazy val commonSettings = scalariformSettings ++ Seq(
4040
)
4141

4242
val akkaHttpVersion = "10.0.0-RC2"
43-
val akkaVersion = "2.4.12"
4443

4544
val scalaTest = "org.scalatest" %% "scalatest" % "3.0.1" % "test"
4645

@@ -56,7 +55,6 @@ lazy val core: Project = (project in file("core"))
5655
.settings(
5756
name := "core",
5857
libraryDependencies ++= Seq(
59-
"com.typesafe.akka" %% "akka-testkit" % akkaVersion,
6058
"com.typesafe.akka" %% "akka-http" % akkaHttpVersion,
6159
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % "test",
6260
"org.scalacheck" %% "scalacheck" % "1.13.4" % "test",

0 commit comments

Comments
 (0)