diff --git a/project/plugins.sbt b/project/plugins.sbt index e2e7c77..9f964f0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -19,7 +19,7 @@ // remember to also update build.sbt addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.9.2") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.9.2") -addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") +addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.11") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.11")