Skip to content

Commit

Permalink
Update dependency org.scalameta:munit to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and robstoll committed Dec 3, 2024
1 parent b6378c6 commit 1c9d84d
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 @@ -17,7 +17,7 @@ ThisBuild / scalaVersion := "3.6.1"

lazy val root = (project in file("."))
.settings(
libraryDependencies += "org.scalameta" %% "munit" % "1.0.2" % Test
libraryDependencies += "org.scalameta" %% "munit" % "1.0.3" % Test
)

ThisBuild / organizationName := "Tegonal Genossenschaft"
Expand Down

0 comments on commit 1c9d84d

Please sign in to comment.