init project
This commit is contained in:
commit
cf6aa999ae
23 changed files with 1770 additions and 0 deletions
9
build.sbt
Normal file
9
build.sbt
Normal file
|
@ -0,0 +1,9 @@
|
|||
name := "minisql"
|
||||
|
||||
scalaVersion := "3.5.0-RC4"
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
|
||||
)
|
||||
|
||||
scalacOptions ++= Seq("-experimental")
|
Loading…
Add table
Add a link
Reference in a new issue