Convert to using

This commit is contained in:
jilen 2025-06-27 19:50:11 +08:00
parent 3a9d15f015
commit 24f7f6aec0
14 changed files with 112 additions and 59 deletions

View file

@ -6,6 +6,8 @@ libraryDependencies ++= Seq(
"org.scalameta" %% "munit" % "1.0.3" % Test
)
javaOptions ++= Seq("-Xss16m")
scalacOptions ++= Seq(
"-deprecation",
"-feature",