mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-25 05:26:59 +01:00
Implement diff on simple non-nested view
This commit is contained in:
parent
ed71df15f3
commit
0aa10b3114
3 changed files with 113 additions and 56 deletions
|
|
@ -4,3 +4,4 @@ import mill.*, scalalib.*
|
|||
object core extends ScalaModule:
|
||||
def scalaVersion = "3.7.2"
|
||||
def scalacOptions = Seq("-Wunused:all")
|
||||
def mvnDeps = Seq(mvn"dev.zio::zio-json:0.7.44")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue