We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 054b686 + dd1e980 commit 6b614c3Copy full SHA for 6b614c3
build.sbt
@@ -30,7 +30,7 @@ lazy val `sbt-kotlin-plugin` = (project in file("."))
30
organization := "org.bitlap",
31
scalacOptions ++= Seq("-deprecation", "-Xlint", "-feature"),
32
libraryDependencies ++= Seq(
33
- "io.argonaut" %% "argonaut" % "6.2",
+ "io.argonaut" %% "argonaut" % "6.3.10",
34
"org.scalaz" %% "scalaz-core" % "7.2.28"
35
),
36
sbtPlugin := true,
0 commit comments