add one test case
This commit is contained in:
parent
8103d45178
commit
a0ceea91a9
3 changed files with 18 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
name := "minisql"
|
||||
|
||||
scalaVersion := "3.6.2"
|
||||
scalaVersion := "3.5.2"
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"org.scalameta" %% "munit" % "1.0.3" % Test
|
||||
)
|
||||
|
||||
scalacOptions ++= Seq("-experimental", "-language:experimental.namedTuples")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue