Adding in/out file validation

This commit is contained in:
2025-10-02 20:47:12 +02:00
parent 47614ad47f
commit 22a1f31683
7 changed files with 65 additions and 9 deletions

View File

@@ -11,5 +11,7 @@ lazy val root = project
libraryDependencies += "org.rogach" %% "scallop" % "5.2.0",
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.11.5",
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.6",
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.19",
libraryDependencies += "org.scalameta" %% "munit" % "1.2.0" % Test
)