From 5364164c18a0cb887d98e0f36752755ba1ad6af2 Mon Sep 17 00:00:00 2001 From: David An Date: Wed, 13 Nov 2024 14:52:54 -0500 Subject: [PATCH] remove explicit dependency on snakeyaml --- build.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(