Codebase list jawn / lintian-fixes/main support / argonaut / build.sbt
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

build.sbt @lintian-fixes/mainraw · history · blame

1
2
3
4
5
name := "argonaut-support"

libraryDependencies ++= Seq(
  "io.argonaut" %% "argonaut" % "6.0.4"
)