6 lines
95 B
Scala
6 lines
95 B
Scala
import sbt._
|
|
|
|
object Dependencies {
|
|
lazy val munit = "org.scalameta" %% "munit" % "0.7.29"
|
|
}
|