Skip to content

Commit

Permalink
Upgrade to sbt-houserules 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taig committed Sep 29, 2024
1 parent 3e9d5dc commit 28999a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.scalafmt.conf
.bsp/
.scalafix.conf
.scalafmt.conf
target/
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("io.taig" % "sbt-blowout-yaml-circe" % "0.1.1")
addSbtPlugin("io.taig" % "sbt-houserules" % "0.7.7")
addSbtPlugin("io.taig" % "sbt-houserules" % "0.8.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")

0 comments on commit 28999a2

Please sign in to comment.