Skip to content

[pull] master from joernio:master #140

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
Next Next commit
Updated Eclipse CDT in c2cpg (joernio#827)
  • Loading branch information
max-leuthaeuser authored Dec 16, 2021
commit 8947d0bd1d924f59d5c79c0bf92016e6edf50af3
2 changes: 1 addition & 1 deletion joern-cli/frontends/c2cpg/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependsOn(Projects.dataflowengineoss % Test)
libraryDependencies ++= Seq(
"io.shiftleft" %% "semanticcpg" % Versions.cpg,
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
"com.diffplug.spotless" % "spotless-eclipse-cdt" % "10.4.0",
"com.diffplug.spotless" % "spotless-eclipse-cdt" % "10.5.0",
"org.jline" % "jline" % "3.21.0",
"org.slf4j" % "slf4j-api" % "1.7.32",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.16.0" % Runtime,
Expand Down