Skip to content

Commit

Permalink
Fixing dependencies (pekko)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard Wolters committed Nov 1, 2023
1 parent 5e798f9 commit 10682cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ lazy val client: Project = (project in file("client"))
"org.apache.pekko" %% "pekko-http" % PekkoHttpVersion,
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"joda-time" % "joda-time" % "2.12.2"
) ++ Seq("org.apache.pekko" %% "pekko-testkit" % PekkoVersion % Test) ++ testDependencies.map(_ % Test)
) ++ Seq("org.apache.pekko" %% "pekko-testkit" % PekkoVersion % Test) ++ Build.testDependencies.map(_ % Test)
)

lazy val dsl = (project in file("dsl"))
Expand Down

0 comments on commit 10682cc

Please sign in to comment.