Skip to content

Commit

Permalink
Update snapshot commit of munit in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed Dec 12, 2023
1 parent 3d774b3 commit c3d1c36
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 @@ -26,6 +26,6 @@ lazy val root =
nativeConfig ~= { c =>
c.withMultithreadingSupport(true)
},
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10+15-3940023e-SNAPSHOT" % Test
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10+16-4e2ab919-SNAPSHOT" % Test
)
)

0 comments on commit c3d1c36

Please sign in to comment.