diff --git a/build.sbt b/build.sbt index dc29883..cda0811 100644 --- a/build.sbt +++ b/build.sbt @@ -62,8 +62,7 @@ libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-testkit" % akkaV % Test, "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV % Test, "org.scalatest" %% "scalatest" % scalaTestV % Test, - "org.mockito" %% "mockito-scala-scalatest" % "1.17.37" % Test, - "org.yaml" % "snakeyaml" % "1.33" % Test + "org.mockito" %% "mockito-scala-scalatest" % "1.17.37" % Test ) scalacOptions ++= Seq(