File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,3 @@ lazy val root = project
4242 ghpagesNoJekyll := true
4343 )
4444 .enablePlugins(ScalaUnidocPlugin , GhpagesPlugin )
45-
46- useGpg := true
47- usePgpKeyHex(" B19D7A14F6F8B3BFA9FF655A5216B5A5F723A92D" )
Original file line number Diff line number Diff line change 1- sbt.version =0.13.16
1+ sbt.version =1.0.2
Original file line number Diff line number Diff line change 11// code style
2- addSbtPlugin(" org.scalastyle" %% " scalastyle-sbt-plugin" % " 0.9 .0" )
3- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.5.0 " )
4- addSbtPlugin(" com.lucidchart" % " sbt-scalafmt" % " 1.10 " )
5- addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 3.0.1 " )
2+ addSbtPlugin(" org.scalastyle" %% " scalastyle-sbt-plugin" % " 1.0 .0" )
3+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.5.1 " )
4+ addSbtPlugin(" com.lucidchart" % " sbt-scalafmt" % " 1.12 " )
5+ addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 3.0.2 " )
66
77// dependency management
88addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.3.1" )
99
1010// artifact publishing
1111addSbtPlugin(" org.foundweekends" % " sbt-bintray" % " 0.5.1" )
12- addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.0 .0" )
12+ addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1 .0" )
1313
1414// documentation
1515addSbtPlugin(" com.eed3si9n" % " sbt-unidoc" % " 0.4.1" )
16- addSbtPlugin(" com.typesafe.sbt" % " sbt-ghpages" % " 0.6.2" )
16+ addSbtPlugin(" com.typesafe.sbt" % " sbt-ghpages" % " 0.6.2" )
You can’t perform that action at this time.
0 commit comments