Skip to content

[pull] master from joernio:master #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 16, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
upgrade js2cpg (joernio#826)
  • Loading branch information
mpollmeier authored Dec 16, 2021
commit f07883ef5882541b31d5bd3be98ace04fae5b03c
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ThisBuild / organization := "io.joern"
ThisBuild / scalaVersion := "2.13.7"

val cpgVersion = "1.3.463"
val js2cpgVersion = "0.2.56"
val js2cpgVersion = "0.2.64"

lazy val joerncli = Projects.joerncli
lazy val querydb = Projects.querydb
Expand Down