Skip to content

Commit

Permalink
Update snakeyaml-engine to 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 19, 2024
1 parent 209e0ac commit f320bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ lazy val zioConfigYaml = crossProject(JVMPlatform)
.settings(crossProjectSettings)
.settings(
libraryDependencies ++= Seq(
"org.snakeyaml" % "snakeyaml-engine" % "2.6",
"org.snakeyaml" % "snakeyaml-engine" % "2.8",
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
),
Expand Down
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.4")
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.1")

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

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

0 comments on commit f320bde

Please sign in to comment.