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"
}
+1
View File
@@ -0,0 +1 @@
sbt.version=1.12.6
+8
View File
@@ -0,0 +1,8 @@
// format: off
// DO NOT EDIT! This file is auto-generated.
// This file enables sbt-bloop to create bloop config files.
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.19")
// format: on