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