From edf43c892b94837729c40596b6930f000ad95156 Mon Sep 17 00:00:00 2001 From: Piotr Limanowski Date: Wed, 11 Dec 2019 13:24:27 +0100 Subject: [PATCH] Bump iglu-core to 0.5.1 (closes #33) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 963fca8..a06744a 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val slf4jVersion = "1.7.29" val scalatestVersion = "3.0.8" val mockitoVersion = "2.28.2" val circe = "0.11.1" -val igluCore = "0.5.0" +val igluCore = "0.5.1" lazy val compilerOptions = Seq( "-target:jvm-1.8",