Skip to content

Commit

Permalink
Merge branch 'master' into dynamic-area-sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
JD557 authored May 4, 2024
2 parents cf18b86 + e880e51 commit 08eae48
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 @@ -44,7 +44,7 @@ lazy val core =
.in(file("core"))
.settings(
name := "interim",
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M12" % Test,
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-RC1" % Test,
Compile / doc / scalacOptions ++=
Seq(
"-project",
Expand Down

0 comments on commit 08eae48

Please sign in to comment.