Skip to content

Commit

Permalink
Update evilplot to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot committed Dec 4, 2023
1 parent 5f0a35e commit af990be
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 @@ -320,7 +320,7 @@ lazy val unit = project
},
scala212LibraryDependencies(
List(
"io.github.cibotech" %% "evilplot" % "0.9.0"
"io.github.cibotech" %% "evilplot" % "0.9.1"
)
),
libraryDependencies ++= List(
Expand Down Expand Up @@ -451,7 +451,7 @@ lazy val docs = project
mdocAutoDependency := false,
libraryDependencies ++= List(
"org.scala-sbt" % "sbt" % sbtVersion.value,
"io.github.cibotech" %% "evilplot" % "0.9.0"
"io.github.cibotech" %% "evilplot" % "0.9.1"
),
watchSources += (ThisBuild / baseDirectory).value / "docs",
Global / cancelable := true,
Expand Down

0 comments on commit af990be

Please sign in to comment.