Skip to content

Commit 9e43f79

Browse files
authored
Merge pull request msgpack#452 from xuwei-k/update-plugins
update sbt plugins
2 parents b9a6afc + 382113e commit 9e43f79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
1+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")
22
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
33
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
44
addSbtPlugin("com.github.sbt" % "sbt-findbugs" % "2.0.0")
55
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.0.3")
66
addSbtPlugin("org.xerial.sbt" % "sbt-jcheckstyle" % "0.2.0")
77
addSbtPlugin("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

1111
scalacOptions ++= Seq("-deprecation", "-feature")

0 commit comments

Comments
 (0)