Skip to content

Commit

Permalink
Merge pull request #221 from scala-steward/update/snakeyaml-engine-2.7
Browse files Browse the repository at this point in the history
Update snakeyaml-engine to 2.7
  • Loading branch information
blast-hardcheese authored Oct 8, 2023
2 parents 6a757c5 + 68652aa commit d466e9d
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 d466e9d

Please sign in to comment.