Skip to content

Commit

Permalink
Merge pull request #144 from naferx/patch-2
Browse files Browse the repository at this point in the history
Bump munit to 1.0.0
  • Loading branch information
adpi2 authored May 24, 2024
2 parents 6f42272 + 21ac2e5 commit 595ce6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ lazy val root = project

scalaVersion := scala3Version,

libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0" % Test
)

0 comments on commit 595ce6b

Please sign in to comment.