-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.sbt
More file actions
19 lines (13 loc) · 783 Bytes
/
Copy pathbuild.sbt
File metadata and controls
19 lines (13 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name := "quantmchecker"
version := "1.0"
scalaVersion := "2.12.1"
libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.5"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % "test"
libraryDependencies += "com.regblanc" %% "scala-smtlib" % "0.2.2"
// https://mvnrepository.com/artifact/org.checkerframework/checker
libraryDependencies += "org.checkerframework" % "checker" % "2.5.5"
// libraryDependencies += "com.ibm.wala" % "com.ibm.wala.shrike" % "1.5.0"
// libraryDependencies += "com.ibm.wala" % "com.ibm.wala.util" % "1.5.0"
// libraryDependencies += "com.ibm.wala" % "com.ibm.wala.core" % "1.5.0"
// libraryDependencies += "com.ibm.wala" % "com.ibm.wala.cast" % "1.5.0"
// libraryDependencies += "com.ibm.wala" % "com.ibm.wala.cast.java" % "1.5.0"