Skip to content

Commit 848ebde

Browse files
committed
Update sbt-tpolecat to 0.1.16
1 parent 0b3657d commit 848ebde

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
@@ -8,7 +8,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
88

99
addSbtPlugin("ch.epfl.scala" % s"sbt-scalajs-bundler${if (scalaJSVersion.startsWith("0.6")) "-sjs06" else ""}" % s"0.${if (scalaJSVersion.startsWith("0.6")) "18" else "20"}.0")
1010

11-
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.15")
11+
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")
1212

1313
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.23")
1414

0 commit comments

Comments
 (0)