diff --git a/inner-project/depts-codegen/src/main/codegen/djx/sbt/depts/codegen/LibraryPluginDeptsInstance.scala b/inner-project/depts-codegen/src/main/codegen/djx/sbt/depts/codegen/LibraryPluginDeptsInstance.scala index 8a5e66c3..b3af1a6e 100644 --- a/inner-project/depts-codegen/src/main/codegen/djx/sbt/depts/codegen/LibraryPluginDeptsInstance.scala +++ b/inner-project/depts-codegen/src/main/codegen/djx/sbt/depts/codegen/LibraryPluginDeptsInstance.scala @@ -89,7 +89,7 @@ object LibraryPluginDeptsInstance extends _root_.djx.sbt.depts.abs.PluginDepts { VarContext.changePluginVar := "sbt-less" - addSbtPlugin("com.github.sbt" % "sbt-less" % "1.5.0") + addSbtPlugin("com.github.sbt" % "sbt-less" % "2.0.1") VarContext.changePluginVar := "sbt-web" diff --git a/project/plugin.sbt b/project/plugin.sbt index b3c69d14..2ec1a178 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -41,7 +41,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % VarContext.changePluginVar := "sbt-dependency-updates" addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.8") VarContext.changePluginVar := "sbt-less" -addSbtPlugin("com.github.sbt" % "sbt-less" % "1.5.0") +addSbtPlugin("com.github.sbt" % "sbt-less" % "2.0.1") VarContext.changePluginVar := "sbt-web" addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.3") VarContext.changePluginVar := "sbt-web-scalajs"