Skip to content

Commit ed6b053

Browse files
Merge branch 'master' into minor-logistics
* master: Update sbt, scripted-plugin to 1.11.6 Update snakeyaml to 2.5
2 parents 6498572 + 5a455c7 commit ed6b053

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.3
1+
sbt.version=1.11.6

0 commit comments

Comments
 (0)