diff --git a/build.sbt b/build.sbt index b0cafc34e..933e5d48f 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ lazy val compiler = crossProject.in(file(".")). libraryDependencies ++= Seq( "com.github.scopt" %%% "scopt" % "3.6.0", "com.lihaoyi" %%% "fastparse" % "1.0.0", - "org.yaml" % "snakeyaml" % "1.25" + "org.yaml" % "snakeyaml" % "1.29" ) ). jvmSettings(