Skip to content

Commit

Permalink
Update plugins.sbt - add sbt-dynver
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy0 authored Jan 9, 2025
1 parent 40d2674 commit c011a23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")

addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")

0 comments on commit c011a23

Please sign in to comment.