From 5120584587280f0156cdeb97c49e95321ff45bd0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Aug 2019 02:02:58 +0200 Subject: [PATCH] Update snakeyaml to 1.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 21530b05..b2a589e9 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ val Versions = new { val scalaCheck = "1.14.0" val scalaTest = "3.1.0-SNAP13" val scalaTestPlus = "1.0.0-SNAP8" - val snakeYaml = "1.24" + val snakeYaml = "1.25" val previousCirceYaml = "0.10.0" }