mirror of https://github.com/sbt/sbt.git
Scalafmt 1.3, sbt-scalafmt 1.14
This commit is contained in:
parent
bcd21ba9b6
commit
e0d8079083
|
|
@ -34,7 +34,7 @@ def buildLevelSettings: Seq[Setting[_]] =
|
||||||
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt"), "git@github.com:sbt/sbt.git")),
|
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt"), "git@github.com:sbt/sbt.git")),
|
||||||
resolvers += Resolver.mavenLocal,
|
resolvers += Resolver.mavenLocal,
|
||||||
scalafmtOnCompile := true,
|
scalafmtOnCompile := true,
|
||||||
scalafmtVersion := "1.2.0",
|
scalafmtVersion := "1.3.0",
|
||||||
))
|
))
|
||||||
|
|
||||||
def commonSettings: Seq[Setting[_]] =
|
def commonSettings: Seq[Setting[_]] =
|
||||||
|
|
|
||||||
|
|
@ -10,5 +10,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.17")
|
||||||
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1")
|
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1")
|
||||||
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.1")
|
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.1")
|
||||||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1")
|
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1")
|
||||||
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.10")
|
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.14")
|
||||||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.2")
|
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.2")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue