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

Commit

Permalink
Upgrade joern/codepropertygraph (#105)
Browse files Browse the repository at this point in the history
* Upgrade joern/codepropertygraph

* Upgrade dependencies

* Upgrade some more
  • Loading branch information
fabsx00 authored Sep 9, 2021
1 parent 8e9d25d commit 1413525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ThisBuild/organization := "io.joern"
ThisBuild/scalaVersion := "2.13.5"
// don't upgrade to 2.13.6 until https://github.com/com-lihaoyi/Ammonite/issues/1182 is resolved

val cpgVersion = "1.3.287"
val ghidra2cpgVersion = "0.0.24"
val cpgVersion = "1.3.317"
val ghidra2cpgVersion = "0.0.29"

enablePlugins(JavaAppPackaging)
enablePlugins(GitVersioning)
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o pipefail
set -o nounset
set -eu

readonly JOERN_VERSION="v1.1.173"
readonly JOERN_VERSION="v1.1.213"

if [ "$(uname)" = 'Darwin' ]; then
# get script location
Expand Down

0 comments on commit 1413525

Please sign in to comment.