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.
1 parent c373788 commit dd1e980Copy full SHA for dd1e980
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