File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This file was originally copied from https://github.com/playframework/playframework/blob/main/.scalafmt.conf
2- version = 3.9 .7
2+ version = 3.9 .8
33runner.dialect = scala213
44align.preset = more
55assumeStandardLibraryStripMargin = true
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ resolvers ++= Resolver.sonatypeOssRepos(
33 " snapshots"
44) // used by deploy nightlies, which publish here & use -Dplay.version
55
6- addSbtPlugin(" org.playframework" % " sbt-plugin" % sys.props.getOrElse(" play.version" , " 3.0.7 " ))
7- addSbtPlugin(" org.playframework" % " play-docs-sbt-plugin" % sys.props.getOrElse(" play.version" , " 3.0.7 " ))
6+ addSbtPlugin(" org.playframework" % " sbt-plugin" % sys.props.getOrElse(" play.version" , " 3.0.8 " ))
7+ addSbtPlugin(" org.playframework" % " play-docs-sbt-plugin" % sys.props.getOrElse(" play.version" , " 3.0.8 " ))
88
9- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4 " )
9+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5 " )
1010addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
1111
1212addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.3" )
You can’t perform that action at this time.
0 commit comments