Add directory

This commit is contained in:
2026-03-20 08:25:28 +01:00
parent 0c522de9cc
commit 3eb67b7a9c
4 changed files with 15 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
import sbt._
object Dependencies {
lazy val munit = "org.scalameta" %% "munit" % "0.7.29"
}