Skip to content

Commit

Permalink
Update snakeyaml-engine to 2.6 (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 14, 2023
1 parent d6463ba commit 381ea23
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 @@ -17,6 +17,6 @@ addSbtPlugin("pl.project13.scala" % "sbt-jcstress"
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.2.7")

libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.5"
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.6"

resolvers += Resolver.sonatypeRepo("public")

0 comments on commit 381ea23

Please sign in to comment.