Skip to content

Commit 6b614c3

Browse files
authored
Merge pull request #3 from bitlap/update/argonaut-6.3.10
Update argonaut to 6.3.10
2 parents 054b686 + dd1e980 commit 6b614c3

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)