Skip to content

Commit f53ef48

Browse files
chore(deps): update dependency org.virtuslab:scala-yaml to v0.2.0
1 parent f9a28b7 commit f53ef48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy val root = crossProject(JSPlatform, JVMPlatform)
2727
"it.unibo.alice.tuprolog" % "tuprolog" % "3.3.0",
2828
"dev.optics" %%% "monocle-macro" % "3.2.0",
2929
"org.scala-lang" %% "scala3-staging" % scalaVersion.value,
30-
"org.virtuslab" %%% "scala-yaml" % "0.0.8",
30+
"org.virtuslab" %%% "scala-yaml" % "0.2.0",
3131
"org.jfree" % "jfreechart" % "1.5.4",
3232
"org.scalaz" %%% "scalaz-core" % "7.3.8"
3333
),

0 commit comments

Comments
 (0)