From f6bf4e5c39259a6bc65539b532ce3f6a240022c4 Mon Sep 17 00:00:00 2001 From: Cosmin Radoi Date: Wed, 22 Mar 2017 17:18:05 -0500 Subject: [PATCH] minor version update --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 78bc436..a17e680 100644 --- a/build.sbt +++ b/build.sbt @@ -1,11 +1,11 @@ // set the name of the project name := "WALAFacade" -version := "0.1.3-SNAPSHOT" +version := "0.2" organization := "edu.illinois.wala" -scalaVersion := "2.11.6" +scalaVersion := "2.12.1" crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.1")