Skip to content

Commit

Permalink
Update munit dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martomate committed Jul 11, 2024
1 parent d891c1e commit debd593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Dependencies {
lazy val FlowNbt = "com.flowpowered" % "flow-nbt" % "1.0.0"
lazy val ZeroMQ = "org.zeromq" % "jeromq" % versions.zeromq

lazy val MUnit = "org.scalameta" %% "munit" % "0.7.29" % Test
lazy val MUnit = "org.scalameta" %% "munit" % "1.0.0" % Test
lazy val Mockito = "org.scalatestplus" %% "mockito-5-8" % "3.2.17.0" % Test
lazy val ArchUnit = Seq(
"com.tngtech.archunit" % "archunit" % "1.3.0" % Test,
Expand Down

0 comments on commit debd593

Please sign in to comment.