Skip to content

Commit d1fe4a8

Browse files
authored
Merge pull request #1194 from scala-steward/update/sbt-less-2.0.1
Update sbt-less to 2.0.1
2 parents fb74579 + 85b3e2b commit d1fe4a8

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
@@ -7,7 +7,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
77
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.2")
88
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
99
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")
10-
addSbtPlugin("com.github.sbt" % "sbt-less" % "1.5.0")
10+
addSbtPlugin("com.github.sbt" % "sbt-less" % "2.0.1")
1111
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
1212

1313
// Deployment configuration

0 commit comments

Comments
 (0)