Skip to content

Commit

Permalink
chore(deps): update dependency org.jfree:jfreechart to v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent f9a28b7 commit 2fbd0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lazy val root = crossProject(JSPlatform, JVMPlatform)
"dev.optics" %%% "monocle-macro" % "3.2.0",
"org.scala-lang" %% "scala3-staging" % scalaVersion.value,
"org.virtuslab" %%% "scala-yaml" % "0.0.8",
"org.jfree" % "jfreechart" % "1.5.4",
"org.jfree" % "jfreechart" % "1.5.5",
"org.scalaz" %%% "scalaz-core" % "7.3.8"
),
testFrameworks += new TestFramework("weaver.framework.Monix")
Expand Down

0 comments on commit 2fbd0cf

Please sign in to comment.