We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a28b7 commit f53ef48Copy full SHA for f53ef48
build.sbt
@@ -27,7 +27,7 @@ lazy val root = crossProject(JSPlatform, JVMPlatform)
27
"it.unibo.alice.tuprolog" % "tuprolog" % "3.3.0",
28
"dev.optics" %%% "monocle-macro" % "3.2.0",
29
"org.scala-lang" %% "scala3-staging" % scalaVersion.value,
30
- "org.virtuslab" %%% "scala-yaml" % "0.0.8",
+ "org.virtuslab" %%% "scala-yaml" % "0.2.0",
31
"org.jfree" % "jfreechart" % "1.5.4",
32
"org.scalaz" %%% "scalaz-core" % "7.3.8"
33
),
0 commit comments