We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a00b6 commit e03a7beCopy full SHA for e03a7be
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