Skip to content

Commit

Permalink
fix this absolute madness
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Apr 12, 2024
1 parent 0afe1a4 commit e64ec7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ReevaluationBundle[T <: Interface](val api: T) {
results ::= v1.asInstanceOf[A]
v1
}
def assert(elements: A*)(implicit pos: org.scalactic.source.Position): Unit = {
def assert(elements: A*)(using munit.Location): Unit = {
assertEquals(results, elements.toList)
()
}
Expand Down
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ lazy val reactives = crossProject(JVMPlatform, JSPlatform, NativePlatform).in(fi
LocalSetting.publishSonatype,
Dependencies.munitCheck,
Dependencies.munit,
// add random dependency for no reason except build weridness
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.18" % Test,
)
.jsSettings(
Dependencies.scalajsDom,
Expand Down

0 comments on commit e64ec7c

Please sign in to comment.