Skip to content

Commit

Permalink
Update chameleon to 0.3.6 (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and mergify[bot] committed Aug 6, 2023
1 parent 58be45e commit 3fcb74a
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 @@ -9,7 +9,7 @@ object Deps {

val scalaReflect = dep("org.scala-lang" % "scala-reflect")
val cats = dep("org.typelevel" %%% "cats-core" % "2.9.0")
val chameleon = dep("com.github.cornerman" %%% "chameleon" % "0.3.5")
val chameleon = dep("com.github.cornerman" %%% "chameleon" % "0.3.6")

val circe = new {
private val version = "0.14.1"
Expand Down

0 comments on commit 3fcb74a

Please sign in to comment.