Skip to content

Commit

Permalink
Update graph-dot to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 20, 2024
1 parent 63f90bf commit 2048791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object Dependencies {
val ficusConfig = "com.iheart" %% "ficus" % "1.5.2"

val scalaGraph = "org.scala-graph" %% "graph-core" % "1.13.6"
val scalaGraphDot = "org.scala-graph" %% "graph-dot" % "1.13.3"
val scalaGraphDot = "org.scala-graph" %% "graph-dot" % "2.0.0"
val graphvizJava = "guru.nidi" % "graphviz-java" % "0.18.1"

val prometheus = "io.prometheus" % "simpleclient_hotspot" % "0.16.0"
Expand Down

0 comments on commit 2048791

Please sign in to comment.