Simplify Mirror Codec
This commit is contained in:
parent
1bc6baad68
commit
17e97495b7
17 changed files with 275 additions and 112 deletions
|
@ -1,7 +1,14 @@
|
|||
name := "minisql"
|
||||
|
||||
scalaVersion := "3.7.0"
|
||||
scalaVersion := "3.7.1"
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"org.scalameta" %% "munit" % "1.0.3" % Test
|
||||
)
|
||||
|
||||
scalacOptions ++= Seq(
|
||||
"-deprecation",
|
||||
"-feature",
|
||||
"-source:3.7-migration",
|
||||
"-rewrite"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue