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