Skip to content

Commit

Permalink
Update argonaut to 6.3.8 (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 11, 2022
1 parent dd02b35 commit bdc9fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import sbt.Keys.scalaVersion
import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._

object Deps {
def argonaut = setting("io.argonaut" %%% "argonaut" % "6.3.7")
def argonaut = setting("io.argonaut" %%% "argonaut" % "6.3.8")
def refined = setting("eu.timepit" %%% "refined" % "0.9.29")
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.7")

Expand Down

0 comments on commit bdc9fef

Please sign in to comment.