Skip to content

Commit

Permalink
Update chen (#167)
Browse files Browse the repository at this point in the history
* Update chen version to get soot 4.6.0 and tagging improvements

Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>

* Update commons-io which is needed for apk

Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>

---------

Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu authored Nov 18, 2024
1 parent 162dabf commit 7d61e9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name := "atom"
ThisBuild / organization := "io.appthreat"
ThisBuild / version := "2.0.24"
ThisBuild / version := "2.0.25"
ThisBuild / scalaVersion := "3.5.2"

val chenVersion = "2.2.2"
val chenVersion = "2.2.3"

lazy val atom = Projects.atom

Expand Down Expand Up @@ -32,7 +32,6 @@ libraryDependencies ++= Seq(
excludeDependencies ++= Seq(
ExclusionRule("dev.scalapy", "scalapy-core"),
ExclusionRule("org.scala-lang", "scala3-compiler"),
ExclusionRule("commons-io", "commons-io"),
ExclusionRule("com.google.protobuf", "protobuf-java-util"),
ExclusionRule("com.github.tototoshi", "scala-csv_3"),
ExclusionRule("au.com.bytecode", "opencsv")
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"downloadUrl": "https://github.com/AppThreat/atom",
"issueTracker": "https://github.com/AppThreat/atom/issues",
"name": "atom",
"version": "2.0.24",
"version": "2.0.25",
"description": "Atom is a novel intermediate representation for next-generation code analysis.",
"applicationCategory": "code-analysis",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions wrapper/nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wrapper/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appthreat/atom",
"version": "2.0.24",
"version": "2.0.25",
"description": "Create atom (⚛) representation for your application, packages and libraries",
"exports": "./index.js",
"type": "module",
Expand Down

0 comments on commit 7d61e9d

Please sign in to comment.