Skip to content

Commit

Permalink
Merge pull request #272 from djx314/update/sbt-less-1.5.0
Browse files Browse the repository at this point in the history
Update sbt-less to 1.5.0
  • Loading branch information
djx314 authored Feb 5, 2024
2 parents 4867f3e + f861401 commit 47dca34
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.typesafe.sbt" % "sbt-less" % "1.1.2")
addSbtPlugin("com.github.sbt" % "sbt-less" % "1.5.0")

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.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"
Expand Down

0 comments on commit 47dca34

Please sign in to comment.