We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e0073 commit eeac833Copy full SHA for eeac833
build.sbt
@@ -6,5 +6,5 @@ lazy val root = project
6
version := "0.1.0",
7
scalaVersion := "3.6.4",
8
scalacOptions ++= Seq("-deprecation"),
9
- libraryDependencies += "org.scalameta" %% "munit" % "1.1.0" % Test
+ libraryDependencies += "org.scalameta" %% "munit" % "1.1.1" % Test
10
)
0 commit comments