Create project
This commit is contained in:
commit
09ee1bc74c
8 changed files with 79 additions and 0 deletions
9
build.sbt
Normal file
9
build.sbt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
val scala3Version = "3.5.0"
|
||||
|
||||
lazy val root = project
|
||||
.in(file("."))
|
||||
.settings(
|
||||
name := "asciiprooftree",
|
||||
version := "0.0.0",
|
||||
scalaVersion := scala3Version,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue