Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kitlangton committed Feb 19, 2024
1 parent de80f51 commit 9ac38b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package quotidian.examples.show

import quotidian.syntax.*
import quotidian.MacroMirror
import quotidian.MacroMirror.{Product, Sum}
import scala.deriving.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import quotidian.syntax.*

import scala.Console
import MacroTestHelpers.*
import quotidian.SyntaxSpecMacro.ExampleTraitLive.nullary
import SyntaxSpecMacro.ExampleTraitLive.nullary

object SyntaxSpecMacro:

Expand Down Expand Up @@ -69,7 +69,6 @@ object SyntaxSpecMacro:
| result: ${result}
""".stripMargin)
println(method.paramSymss)
report.errorAndAbort("OH")

def testTermCall(using ctx: Quotes): Unit =
import ctx.reflect.*
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

0 comments on commit 9ac38b3

Please sign in to comment.