Skip to content

Commit 1c5e56c

Browse files
authored
Merge pull request #516 from scala-steward/update/patches
Patch updates
2 parents 301cbf5 + c197c4c commit 1c5e56c

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("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.4"))
5+
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.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)