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 556ef74 + ea1baf3 commit b104fbfCopy full SHA for b104fbf
modules/core/src/main/scala/org/scalasteward/core/sbt/package.scala
@@ -36,7 +36,7 @@ package object sbt {
36
}
37
38
val sbtUpdatesPlugin: FileData =
39
- FileData("sbt-updates.sbt", """addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4")""")
+ FileData("sbt-updates.sbt", """addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.0")""")
40
41
val stewardPlugin: FileData = {
42
val name = "StewardPlugin.scala"
0 commit comments