From 9db8cc7f2a3a085a74b55ab14f99d0049f809e68 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 May 2021 21:12:58 +0200 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 5b0f9b8a..84ff3271 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import sbt._ object Dependencies { object Versions { - val circeV = "0.14.0-M7" //https://github.com/circe/circe/releases + val circeV = "0.14.1" //https://github.com/circe/circe/releases val catsV = "2.6.1" //https://github.com/typelevel/cats/releases val bouncyCastleV = "1.68" //https://github.com/bcgit/bc-java/releases val sCryptV = "1.4.0" //https://github.com/wg/scrypt/releases