From 198a68f16ba2a52c79b4128683330238c774c5e2 Mon Sep 17 00:00:00 2001 From: Travis Brown Date: Mon, 23 Apr 2018 16:34:46 -0500 Subject: [PATCH] Prepare release for circe 0.8.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 25a39746..e8f0ece2 100644 --- a/build.sbt +++ b/build.sbt @@ -18,8 +18,8 @@ val compilerOptions = Seq( "-Xfuture" ) -val catsVersion = "1.0.1" -val circeVersion = "0.9.3" +val catsVersion = "0.9.0" +val circeVersion = "0.8.0" val previousCirceDerivationVersion = "0.9.0-M2" val baseSettings = Seq(