Skip to content

Commit 5e46c94

Browse files
committed
Update scalafix-core, scalafix-testkit to 0.9.5
1 parent 159bf00 commit 5e46c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty)
33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
44
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
55
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.0.0")
6-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.4")
6+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.5")
77
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
88
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")
99
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0")

0 commit comments

Comments
 (0)