Skip to content

Commit

Permalink
build(deps): Update munit from 1.0.0-M11 to 1.0.0-RC1 (#6354)
Browse files Browse the repository at this point in the history
* build(deps): Update munit from 1.0.0-M11 to 1.0.0-RC1

* chore: Remove removed methods/types

---------

Co-authored-by: Tomasz Godzik <[email protected]>
Co-authored-by: Tomasz Godzik <[email protected]>
  • Loading branch information
3 people authored Apr 28, 2024
1 parent 9d861df commit 09ea1c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project/V.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object V {
val mavenBloop = "2.0.0"
val mill = "0.11.7"
val mdoc = "2.5.2"
val munit = "1.0.0-M12"
val munit = "1.0.0-RC1"
val pprint = "0.7.3"
val sbtBloop = bloop
val sbtJdiTools = "1.1.1"
Expand Down
3 changes: 1 addition & 2 deletions tests/unit/src/main/scala/tests/BaseDapSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import scala.meta.internal.metals.debug.TestDebugger

import ch.epfl.scala.bsp4j.DebugSessionParamsDataKind
import ch.epfl.scala.bsp4j.ScalaMainClass
import munit.GenericBeforeEach
import munit.Location
import munit.TestOptions
import org.eclipse.lsp4j.debug.SetBreakpointsResponse
Expand All @@ -31,7 +30,7 @@ abstract class BaseDapSuite(
private val dapClient = Trace.protocolTracePath(DebugProtocol.clientName)
private val dapServer = Trace.protocolTracePath(DebugProtocol.serverName)

override def beforeEach(context: GenericBeforeEach[Future[Any]]): Unit = {
override def beforeEach(context: BeforeEach): Unit = {
super.beforeEach(context)
dapClient.touch()
dapServer.touch()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package tests

import munit.internal.difflib.Diffs
import munit.diff.Diffs

case class WorkspaceSymbolReferences(
references: Seq[SymbolReference],
Expand Down

0 comments on commit 09ea1c1

Please sign in to comment.