Skip to content

Commit e2c566f

Browse files
committed
Bump sbt plugins
1 parent bddbb5d commit e2c566f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

project/SettingsPlugin.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import com.lucidchart.sbt.scalafmt.ScalafmtCorePlugin.autoImport._
2-
import de.heikoseeberger.sbtheader.HeaderPlugin
32
import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport._
4-
import sbt._
53
import sbt.Keys._
4+
import sbt._
65
import sbt.plugins.JvmPlugin
76

87
object SettingsPlugin extends AutoPlugin {
@@ -24,7 +23,7 @@ object SettingsPlugin extends AutoPlugin {
2423
"-feature",
2524
"-unchecked"),
2625
libraryDependencies ++= (libraryDependencies in LocalRootProject).value,
27-
scalafmtVersion := "1.2.0",
26+
scalafmtVersion := "1.5.1",
2827
autoAPIMappings := true,
2928
headerLicense := Some(HeaderLicense.ALv2("2017", "Michael Stringer")),
3029
licenses += ("Apache-2.0", url("https://opensource.org/licenses/Apache-2.0")),

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0")
66

77
// artifact publishing
88
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
9-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
9+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")
1010

1111
// documentation
12-
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
12+
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
1313
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")

0 commit comments

Comments
 (0)