Skip to content

Commit 66efdf1

Browse files
authored
Merge pull request #871 from scala-steward/update/sbt-dynver-5.1.1
Update sbt-dynver to 5.1.1
2 parents c416682 + 89bcb7e commit 66efdf1

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
@@ -11,7 +11,7 @@ val stagingResolver = "Sonatype OSS Staging" at "https://oss.sonatype.org/conten
1111
def isStaging = sys.props.contains("mimabuild.staging")
1212
resolvers ++= (if (isStaging) List(stagingResolver) else Nil)
1313

14-
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
14+
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
1515
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
1616
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1717

0 commit comments

Comments
 (0)