Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
use overflowdb api instead of tinkerpop/tinkergraph (#209)
Browse files Browse the repository at this point in the history
* enable automatic reload of sbt project on changes

* upgrade cpg

* replace tinkergraph with odbgraph

* use odb api
  • Loading branch information
mpollmeier authored Jul 21, 2020
1 parent 5b4d1fa commit b844e92
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 162 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ organization := "io.shiftleft"
scalaVersion := "2.13.1"
enablePlugins(GitVersioning)

val cpgVersion = "0.11.314"
val cpgVersion = "0.11.329"
val antlrVersion = "4.7.2"

libraryDependencies ++= Seq(
Expand All @@ -20,7 +20,6 @@ libraryDependencies ++= Seq(
"com.novocode" % "junit-interface" % "0.11" % Test,
"junit" % "junit" % "4.12" % Test,
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
"org.apache.tinkerpop" % "tinkergraph-gremlin" % "3.4.3" % Test,
)

excludeDependencies ++= Seq(
Expand Down Expand Up @@ -122,3 +121,4 @@ developers := List(
)
publishTo := sonatypePublishToBundle.value
Global / useGpg := false
Global / onChangedBuildSource := ReloadOnSourceChanges
Loading

0 comments on commit b844e92

Please sign in to comment.