We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ea2eb0 + 319d6ae commit de2d266Copy full SHA for de2d266
build.sbt
@@ -6,5 +6,5 @@ lazy val root = project
6
version := "0.1.0",
7
scalaVersion := "3.4.2",
8
scalacOptions ++= Seq("-deprecation"),
9
- libraryDependencies += "org.scalameta" %% "munit" % "1.0.0" % Test
+ libraryDependencies += "org.scalameta" %% "munit" % "1.0.1" % Test
10
)
0 commit comments