Skip to content

Commit

Permalink
Update evilplot to 0.6.3 (#216)
Browse files Browse the repository at this point in the history
Update evilplot to 0.6.3
  • Loading branch information
olafurpg authored Dec 8, 2019
2 parents 893ecad + be03665 commit 591a7d9
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 @@ -160,7 +160,7 @@ lazy val unit = project
resolvers += Resolver.bintrayRepo("cibotech", "public"),
scala212LibraryDependencies(
List(
"com.cibo" %% "evilplot" % "0.6.0"
"com.cibo" %% "evilplot" % "0.6.3"
)
),
libraryDependencies ++= List(
Expand Down Expand Up @@ -254,7 +254,7 @@ lazy val docs = project
resolvers += Resolver.bintrayRepo("cibotech", "public"),
libraryDependencies ++= List(
"org.scala-sbt" % "sbt" % sbtVersion.value,
"com.cibo" %% "evilplot" % "0.6.0"
"com.cibo" %% "evilplot" % "0.6.3"
),
watchSources += baseDirectory.in(ThisBuild).value / "docs",
cancelable in Global := true,
Expand Down

0 comments on commit 591a7d9

Please sign in to comment.