Skip to content

Commit

Permalink
Merge pull request #1274 from gemini-hlsw/update/munit-1.0.2
Browse files Browse the repository at this point in the history
Update munit to 1.0.2
  • Loading branch information
mergify[bot] authored Sep 13, 2024
2 parents 2f27b33 + 50b9da1 commit 895c280
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 @@ -128,7 +128,7 @@ lazy val tests =
libraryDependencies ++= Seq(
"edu.gemini" %%% "lucuma-core-testkit" % Versions.lucumaCore % Test,
"edu.gemini" %%% "lucuma-schemas-testkit" % Versions.lucumaSchemas % Test,
"org.scalameta" %%% "munit" % "1.0.1" % Test,
"org.scalameta" %%% "munit" % "1.0.2" % Test,
"org.typelevel" %%% "discipline-munit" % "2.0.0" % Test
)
)
Expand Down

0 comments on commit 895c280

Please sign in to comment.