Skip to content

Commit

Permalink
Update evilplot to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored and tgodzik committed Nov 25, 2024
1 parent 56dcd3a commit ee9014a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ lazy val unit = project
},
scala212LibraryDependencies(
List(
"io.github.cibotech" %% "evilplot" % "0.9.1"
"io.github.cibotech" %% "evilplot" % "0.9.2"
)
),
libraryDependencies ++= List(
Expand Down Expand Up @@ -490,7 +490,7 @@ lazy val docs = project
mdocAutoDependency := false,
libraryDependencies ++= List(
"org.scala-sbt" % "sbt" % sbtVersion.value,
"io.github.cibotech" %% "evilplot" % "0.9.1"
"io.github.cibotech" %% "evilplot" % "0.9.2"
),
watchSources += (ThisBuild / baseDirectory).value / "docs",
Global / cancelable := true,
Expand Down

0 comments on commit ee9014a

Please sign in to comment.