We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c416682 + 89bcb7e commit 66efdf1Copy full SHA for 66efdf1
project/plugins.sbt
@@ -11,7 +11,7 @@ val stagingResolver = "Sonatype OSS Staging" at "https://oss.sonatype.org/conten
11
def isStaging = sys.props.contains("mimabuild.staging")
12
resolvers ++= (if (isStaging) List(stagingResolver) else Nil)
13
14
-addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
+addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
15
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
16
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
17
0 commit comments