From f53ef48fbff6cf78820217a19740a291e97ba5b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:14:51 +0000 Subject: [PATCH] chore(deps): update dependency org.virtuslab:scala-yaml to v0.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9b1bf9c9..036c23e5 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val root = crossProject(JSPlatform, JVMPlatform) "it.unibo.alice.tuprolog" % "tuprolog" % "3.3.0", "dev.optics" %%% "monocle-macro" % "3.2.0", "org.scala-lang" %% "scala3-staging" % scalaVersion.value, - "org.virtuslab" %%% "scala-yaml" % "0.0.8", + "org.virtuslab" %%% "scala-yaml" % "0.2.0", "org.jfree" % "jfreechart" % "1.5.4", "org.scalaz" %%% "scalaz-core" % "7.3.8" ),