Skip to content

Commit

Permalink
update to WALA 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cos committed Mar 29, 2017
1 parent f6bf4e5 commit 61a7036
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,16 @@ crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.1")

resolvers += "Local Maven Repository" at "file://"+Path.userHome.absolutePath+"/.m2/repository"

resolvers += "Caius" at "http://releases.ivy.brindescu.com" // for com.ibm.wala.cast.java

EclipseKeys.createSrc := EclipseCreateSrc.Default + EclipseCreateSrc.Resource

libraryDependencies ++= Seq(
"junit" % "junit" % "4.+" % "test",
"com.typesafe" % "config" % "0.5.+",
"com.ibm.wala" % "com.ibm.wala.shrike" % "1.4.0",
"com.ibm.wala" % "com.ibm.wala.util" % "1.4.0",
"com.ibm.wala" % "com.ibm.wala.core" % "1.4.0",
"com.ibm.wala" % "com.ibm.wala.cast" % "1.4.0",
"com.ibm.wala" % "com.ibm.wala.cast.java" % "1.4.0"//,
//"com.ibm.wala" % "com.ibm.wala.ide" % "1.4.0",
//"com.ibm.wala" % "com.ibm.wala.ide.jdt" % "1.4.0"
"com.ibm.wala" % "com.ibm.wala.shrike" % "1.4.1",
"com.ibm.wala" % "com.ibm.wala.util" % "1.4.1",
"com.ibm.wala" % "com.ibm.wala.core" % "1.4.1",
"com.ibm.wala" % "com.ibm.wala.cast" % "1.4.1",
"com.ibm.wala" % "com.ibm.wala.cast.java" % "1.4.1"
)

EclipseKeys.withSource := true
Expand Down

0 comments on commit 61a7036

Please sign in to comment.