diff --git a/project/plugins.sbt b/project/plugins.sbt index b0b7b53..dbb15f5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,6 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("com.evolution" % "sbt-scalac-opts-plugin" % "0.0.9") -addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2") \ No newline at end of file +addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2") + +addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")