File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ resolvers ++= DefaultOptions.resolvers(snapshot = true)
2
2
resolvers ++= Resolver
3
3
.sonatypeOssRepos(" snapshots" ) // used by deploy nightlies, which publish here & use -Dplay.version
4
4
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 " ))
6
6
7
7
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 " )
9
9
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
10
10
11
11
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.6.0" )
You can’t perform that action at this time.
0 commit comments