Skip to content

Commit 7bfeae9

Browse files
authored
Merge pull request #201 from scala-steward/update/scalafix-core-0.9.5
Update scalafix-core, scalafix-testkit to 0.9.5
2 parents 94add71 + 5e46c94 commit 7bfeae9

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)