From ed0a109c8ec81d0ed044e49998fe5760020a7a80 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 19 Jan 2020 00:08:52 +0100
Subject: [PATCH] Fix: Fixed bug causing scala tests to fail.

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 898ad564..ceac3af1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <scalaVersion>2.12.6</scalaVersion>
+                    <scalaVersion>2.13.1</scalaVersion>
                 </configuration>
             </plugin>
             <plugin>
-- 
GitLab