Skip to content

Commit 77895cc

Browse files
authored
Merge pull request #518 from scala-steward/update/6.0.x/patches
[6.0.x] Patch updates
2 parents 4f9a489 + 4a42006 commit 77895cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ resolvers ++= DefaultOptions.resolvers(snapshot = true)
22
resolvers ++= Resolver
33
.sonatypeOssRepos("snapshots") // used by deploy nightlies, which publish here & use -Dplay.version
44

5-
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.4"))
5+
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.5"))
66

77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
8-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
8+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
99
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
1010

1111
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")

0 commit comments

Comments
 (0)