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 4940a9ca..8a5e66c3 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.typesafe.sbt" % "sbt-less" % "1.1.2") + addSbtPlugin("com.github.sbt" % "sbt-less" % "1.5.0") VarContext.changePluginVar := "sbt-web" diff --git a/project/plugin.sbt b/project/plugin.sbt index 7c0efc72..b3c69d14 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.typesafe.sbt" % "sbt-less" % "1.1.2") +addSbtPlugin("com.github.sbt" % "sbt-less" % "1.5.0") VarContext.changePluginVar := "sbt-web" addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.3") VarContext.changePluginVar := "sbt-web-scalajs"