Add lmIvy dependency to sjsonnew

This commit is contained in:
Adrien Piquerez 2024-05-29 13:39:22 +02:00
parent 1b3d5324bb
commit 4251aa3ba0
1 changed files with 2 additions and 0 deletions

View File

@ -282,6 +282,8 @@ lazy val lmIvy = (project in file("ivy"))
contrabandSjsonNewVersion := sjsonNewVersion,
libraryDependencies ++= Seq(
ivy,
sjsonnewScalaJson.value,
sjsonnew.value,
scalaTest % Test,
scalaCheck % Test,
scalaVerify % Test,