File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Here is a list of sbt commands for daily development:
7474> findbugs # Produce findbugs report in target/findbugs
7575> jacoco:cover # Report the code coverage of tests to target/jacoco folder
7676> jcheckStyle # Run check style
77- > scalafmt # Reformat Scala codes
77+ > ; scalafmt;test:scalafmt;scalafmtSbt # Reformat Scala codes
7878```
7979
8080### Publishing
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.6 " )
1+ addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.7 " )
22addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.0" )
33addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.0" )
44addSbtPlugin(" com.github.sbt" % " sbt-findbugs" % " 2.0.0" )
55addSbtPlugin(" com.github.sbt" % " sbt-jacoco" % " 3.0.3" )
66addSbtPlugin(" org.xerial.sbt" % " sbt-jcheckstyle" % " 0.2.0" )
77addSbtPlugin(" com.typesafe.sbt" % " sbt-osgi" % " 0.9.2" )
8- addSbtPlugin(" io.get-coursier" % " sbt-coursier" % " 1.0.0-RC13 " )
9- addSbtPlugin(" com.geirsson" % " sbt-scalafmt" % " 1.3 .0" )
8+ addSbtPlugin(" io.get-coursier" % " sbt-coursier" % " 1.0.0" )
9+ addSbtPlugin(" com.geirsson" % " sbt-scalafmt" % " 1.4 .0" )
1010
1111scalacOptions ++= Seq (" -deprecation" , " -feature" )
You can’t perform that action at this time.
0 commit comments