diff --git a/project/plugins.sbt b/project/plugins.sbt index c77b5b2..32ee2ab 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "3.0.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // https://github.com/sbt/sbt-ci-release -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") // Scoverage coverage-parser relies on version 1.x // scala-xml 2.0 is most of the time non breaking