From 4b50a061a08977b6e861f0d98757abc363fe7164 Mon Sep 17 00:00:00 2001 From: Cosmin Radoi Date: Wed, 29 Mar 2017 14:29:26 -0500 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e00214d..e205537 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Design principles: If you use sbt, the easiest way to get the library is from maven central: ``` -libraryDependencies += "edu.illinois.wala" %% "walafacade" % "0.1.2" +libraryDependencies += "edu.illinois.wala" %% "walafacade" % "0.2" ``` Still, since the library is young you will likely want to get the code so you can modify it easily instead of using it as an external dependency.