mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-25 01:37:17 +00:00
8 lines
495 B
Scala
8 lines
495 B
Scala
libraryDependencies += "org.scalactic" %% "scalactic" % "3.1.4" % "test"
|
|
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.4" % "test"
|
|
|
|
libraryDependencies += "com.typesafe.akka" %% "akka-testkit" % "2.6.10" % "test"
|
|
libraryDependencies += "com.typesafe.akka" %% "akka-actor-testkit-typed" % "2.6.10" % "test"
|
|
libraryDependencies += "com.typesafe.akka" %% "akka-stream-testkit" % "2.6.10" % "test"
|
|
libraryDependencies += "com.typesafe.akka" %% "akka-http-testkit" % "10.2.1" % "test"
|