Skip to content

Commit ea8bcb6

Browse files
committed
Update snakeyaml to 2.6
1 parent c502348 commit ea8bcb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ lazy val lib = project
3939
name := "uap-scala",
4040
organization := "org.uaparser",
4141
libraryDependencies ++= Seq(
42-
"org.yaml" % "snakeyaml" % "2.5",
42+
"org.yaml" % "snakeyaml" % "2.6",
4343
CrossVersion.partialVersion(scalaVersion.value) match {
4444
case Some((3, _)) =>
4545
"org.specs2" %% "specs2-core" % "5.7.0" % "test"

0 commit comments

Comments
 (0)