Skip to content

Commit

Permalink
Update munit to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and scholarsmate committed Jan 2, 2025
1 parent 91a2976 commit 1179354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ lazy val debugger = project
"co.fs2" %% "fs2-io" % "3.9.4",
"com.monovore" %% "decline-effect" % "2.4.1",
"org.typelevel" %% "log4cats-slf4j" % "2.6.0",
"org.scalameta" %% "munit" % "0.7.29" % Test
"org.scalameta" %% "munit" % "1.0.2" % Test
),
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion, "daffodilVersion" -> daffodilVer),
buildInfoPackage := "org.apache.daffodil.debugger.dap",
Expand Down

0 comments on commit 1179354

Please sign in to comment.