Skip to content

Commit d97fd53

Browse files
committed
Revert "Upgrade to sbt-houserules 0.3.24"
This reverts commit 6b70786.
1 parent 6e536e3 commit d97fd53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
2626
else "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided" :: Nil
2727
},
2828
name := "color-core"
29-
)
29+
)

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("io.taig" % "sbt-houserules" % "0.3.24")
1+
addSbtPlugin("io.taig" % "sbt-houserules" % "0.3.19")
22
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")

0 commit comments

Comments
 (0)