From d7de2d595c06da9831861d80b6ae3a9bb357acef Mon Sep 17 00:00:00 2001 From: Ian Moore Date: Sun, 16 Jun 2019 22:50:07 +0100 Subject: [PATCH] swapped the 2.13 dependency of json4s for 2.12 --- runner/Maven/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runner/Maven/pom.xml b/runner/Maven/pom.xml index f786bb3f..4c2b1a85 100644 --- a/runner/Maven/pom.xml +++ b/runner/Maven/pom.xml @@ -90,13 +90,13 @@ org.json4s - json4s-core_2.13 + json4s-core_${scala.major.version} ${json4s.version} org.json4s - json4s-native_2.13 + json4s-native_${scala.major.version} ${json4s.version}