Skip to content

Commit

Permalink
remove explicit dependency on snakeyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Nov 13, 2024
1 parent 31a75e6 commit 5364164
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5364164

Please sign in to comment.