Skip to content

Commit 01fe14e

Browse files
committed
Update snakeyaml to 2.5
1 parent 8480ff5 commit 01fe14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lazy val lib = project
4242
name := "uap-scala",
4343
organization := "org.uaparser",
4444
libraryDependencies ++= Seq(
45-
"org.yaml" % "snakeyaml" % "2.4",
45+
"org.yaml" % "snakeyaml" % "2.5",
4646
CrossVersion.partialVersion(scalaVersion.value) match {
4747
case Some((3, _)) =>
4848
"org.specs2" %% "specs2-core" % "5.6.4" % "test"

0 commit comments

Comments
 (0)