Files
2026-03-20 08:25:28 +01:00

6 lines
95 B
Scala

import sbt._
object Dependencies {
lazy val munit = "org.scalameta" %% "munit" % "0.7.29"
}