Add directory
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ target/
|
|||||||
.bloop
|
.bloop
|
||||||
.metals
|
.metals
|
||||||
.vscode
|
.vscode
|
||||||
/project
|
project/project/
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
import sbt._
|
||||||
|
|
||||||
|
object Dependencies {
|
||||||
|
lazy val munit = "org.scalameta" %% "munit" % "0.7.29"
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
sbt.version=1.12.6
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user