Skip to content

Commit dd1e980

Browse files
Update argonaut to 6.3.10
1 parent c373788 commit dd1e980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ lazy val `sbt-kotlin-plugin` = (project in file("."))
3030
organization := "org.bitlap",
3131
scalacOptions ++= Seq("-deprecation", "-Xlint", "-feature"),
3232
libraryDependencies ++= Seq(
33-
"io.argonaut" %% "argonaut" % "6.2",
33+
"io.argonaut" %% "argonaut" % "6.3.10",
3434
"org.scalaz" %% "scalaz-core" % "7.2.28"
3535
),
3636
sbtPlugin := true,

0 commit comments

Comments
 (0)