Skip to content

Commit

Permalink
Update snakeyaml-engine to 2.8 (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 19, 2024
1 parent b375d35 commit 3b8200b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" %
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1")
addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.6")

libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.7"
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.8"
libraryDependencies += "com.spotify" % "missinglink-core" % "0.2.11"

resolvers ++= Resolver.sonatypeOssRepos("public")

0 comments on commit 3b8200b

Please sign in to comment.