We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58a00b6 + e03a7be commit 71b33aeCopy full SHA for 71b33ae
build.sbt
@@ -6,5 +6,5 @@ lazy val root = project
6
version := "0.1.0",
7
scalaVersion := "3.6.2",
8
scalacOptions ++= Seq("-deprecation"),
9
- libraryDependencies += "org.scalameta" %% "munit" % "1.0.3" % Test
+ libraryDependencies += "org.scalameta" %% "munit" % "1.0.4" % Test
10
)
0 commit comments