Skip to content

Commit

Permalink
Update snakeyaml-engine to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 3, 2023
1 parent 4d551ba commit 68652aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ libraryDependencies ++= Seq(
"dev.guardrail" %% "guardrail-scala-akka-http" % "0.76.0",
"dev.guardrail" %% "guardrail-scala-dropwizard" % "0.72.0",
"dev.guardrail" %% "guardrail-scala-http4s" % "0.76.1",
"org.snakeyaml" % "snakeyaml-engine" % "2.6"
"org.snakeyaml" % "snakeyaml-engine" % "2.7"
)

buildInfoKeys := Seq[BuildInfoKey](organization, version)
Expand Down

0 comments on commit 68652aa

Please sign in to comment.