Skip to content

Commit

Permalink
minor version update
Browse files Browse the repository at this point in the history
  • Loading branch information
cos committed Mar 22, 2017
1 parent 49bb179 commit f6bf4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down

0 comments on commit f6bf4e5

Please sign in to comment.