Skip to content

Commit 24a89ca

Browse files
Update sbt-dynver to 5.0.1 (#733)
1 parent dd6accb commit 24a89ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
66
addSbtPlugin("org.xerial.sbt" % "sbt-jcheckstyle" % "0.2.1")
77
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
88
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
9-
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
9+
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
1010

1111
scalacOptions ++= Seq("-deprecation", "-feature")

0 commit comments

Comments
 (0)