From 477b301a53e49bfd1c961d668afaa234bf2b6927 Mon Sep 17 00:00:00 2001 From: Aidan Delaney Date: Tue, 7 Mar 2017 22:13:34 +0000 Subject: [PATCH] Build updates to compile on Scala 2.12 --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 97b2ae5..241f541 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ lambda-calculus 1.0 - 2.10.1 + 2.12.1 UTF-8 @@ -14,6 +14,11 @@ scala-library ${scala.version} + + org.scala-lang.modules + scala-parser-combinators_2.12 + 1.0.5 + src @@ -45,4 +50,4 @@ - \ No newline at end of file +