File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
import com .lucidchart .sbt .scalafmt .ScalafmtCorePlugin .autoImport ._
2
- import de .heikoseeberger .sbtheader .HeaderPlugin
3
2
import de .heikoseeberger .sbtheader .HeaderPlugin .autoImport ._
4
- import sbt ._
5
3
import sbt .Keys ._
4
+ import sbt ._
6
5
import sbt .plugins .JvmPlugin
7
6
8
7
object SettingsPlugin extends AutoPlugin {
@@ -24,7 +23,7 @@ object SettingsPlugin extends AutoPlugin {
24
23
" -feature" ,
25
24
" -unchecked" ),
26
25
libraryDependencies ++= (libraryDependencies in LocalRootProject ).value,
27
- scalafmtVersion := " 1.2.0 " ,
26
+ scalafmtVersion := " 1.5.1 " ,
28
27
autoAPIMappings := true ,
29
28
headerLicense := Some (HeaderLicense .ALv2 (" 2017" , " Michael Stringer" )),
30
29
licenses += (" Apache-2.0" , url(" https://opensource.org/licenses/Apache-2.0" )),
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0")
6
6
7
7
// artifact publishing
8
8
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" )
10
10
11
11
// documentation
12
- addSbtPlugin(" com.eed3si9n" % " sbt-unidoc" % " 0.4.1 " )
12
+ addSbtPlugin(" com.eed3si9n" % " sbt-unidoc" % " 0.4.2 " )
13
13
addSbtPlugin(" com.typesafe.sbt" % " sbt-ghpages" % " 0.6.2" )
You can’t perform that action at this time.
0 commit comments