Skip to content

Commit 1a112e3

Browse files
committed
Upgrade to Scalastyle 1.0.0.
This will be necessary to upgrade to sbt 1.x.
1 parent a3917ba commit 1a112e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ val scalaJSVersion =
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
55
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.5.0")
66

7-
addSbtPlugin("org.scalastyle" % "scalastyle-sbt-plugin" % "0.8.0")
7+
addSbtPlugin("org.scalastyle" % "scalastyle-sbt-plugin" % "1.0.0")

0 commit comments

Comments
 (0)