Skip to content

Commit

Permalink
[build] Update munit to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrobdod committed May 28, 2024
1 parent 705c214 commit 93a021d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
10 changes: 0 additions & 10 deletions XmlParser/src/test/scala/OpmlXmlFactoryTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,6 @@ final class OpmlXmlFactoryTest extends munit.FunSuite {
| name.rayrobdod.stringContextParserCombinatorExample.xml.OpmlXmlFactory.
| OutlineAttribute
| | name.rayrobdod.stringContextParserCombinatorExample.xml.Opml.OutlineTag)*
|
|The following import might make progress towards fixing the problem:
|
| import munit.Clue.generate
|
| compileErrors(""".stripMargin + "\"\"\"" + """xml"<outline text='section'><head /></outline>""".stripMargin + "\"\"\"\"" + """),
| ^
|error:
Expand All @@ -186,11 +181,6 @@ final class OpmlXmlFactoryTest extends munit.FunSuite {
| name.rayrobdod.stringContextParserCombinatorExample.xml.OpmlXmlFactory.
| OutlineAttribute
| | name.rayrobdod.stringContextParserCombinatorExample.xml.Opml.OutlineTag)*
|
|The following import might make progress towards fixing the problem:
|
| import munit.Clue.generate
|
| compileErrors(""".stripMargin + "\"\"\"" + """xml"<outline text='section'><head /></outline>""".stripMargin + "\"\"\"\"" + """),
| ^
|""".stripMargin
Expand Down
7 changes: 1 addition & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ lazy val sharedSettings = Seq(
),
autoAPIMappings := true,
libraryDependencies += {
val version = (scalaBinaryVersion.value, crossVersion.value.asInstanceOf[Binary].prefix) match {
case (_, "native0.5_") => "1.0.0-M11"
case ("3", "native0.4_") => "1.0.0-M11"
case _ => "0.7.29"
}
"org.scalameta" %%% "munit" % version % Test,
"org.scalameta" %%% "munit" % "1.0.0" % Test,
},
tpolecatExcludeOptions ++= Set(
org.typelevel.scalacoptions.ScalacOptions.warnUnusedNoWarn,
Expand Down

0 comments on commit 93a021d

Please sign in to comment.