Init
This commit is contained in:
commit
26f5bf3c3e
12 changed files with 263 additions and 0 deletions
1
project/build.properties
Normal file
1
project/build.properties
Normal file
|
@ -0,0 +1 @@
|
|||
sbt.version = 1.8.2
|
6
project/metals.sbt
Normal file
6
project/metals.sbt
Normal file
|
@ -0,0 +1,6 @@
|
|||
// DO NOT EDIT! This file is auto-generated.
|
||||
|
||||
// This file enables sbt-bloop to create bloop config files.
|
||||
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.6")
|
||||
|
1
project/plugins.sbt
Normal file
1
project/plugins.sbt
Normal file
|
@ -0,0 +1 @@
|
|||
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0-SNAPSHOT")
|
6
project/project/metals.sbt
Normal file
6
project/project/metals.sbt
Normal file
|
@ -0,0 +1,6 @@
|
|||
// DO NOT EDIT! This file is auto-generated.
|
||||
|
||||
// This file enables sbt-bloop to create bloop config files.
|
||||
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.6")
|
||||
|
6
project/project/project/metals.sbt
Normal file
6
project/project/project/metals.sbt
Normal file
|
@ -0,0 +1,6 @@
|
|||
// DO NOT EDIT! This file is auto-generated.
|
||||
|
||||
// This file enables sbt-bloop to create bloop config files.
|
||||
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.6")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue