Skip to content

Commit

Permalink
Merge pull request #274 from djx314/update/sbt-less-2.0.1
Browse files Browse the repository at this point in the history
Update sbt-less to 2.0.1
  • Loading branch information
djx314 authored Feb 5, 2024
2 parents 47dca34 + 525a1a6 commit 28ed33d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 28ed33d

Please sign in to comment.