diff --git a/project/plugins.sbt b/project/plugins.sbt index eb61798550..580805768d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -31,7 +31,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.3") //tool to publish snapshots to sonatype after CI builds finish //https://github.com/olafurpg/sbt-ci-release -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.7.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.8.0") // write markdown files with type-checked Scala //https://github.com/scalameta/mdoc