Skip to content

Commit

Permalink
Update chen to fix java native image
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Jan 14, 2024
1 parent 6938175 commit c185cda
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3,244 deletions.
4 changes: 2 additions & 2 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.4"
ThisBuild / version := "2.0.5"
ThisBuild / scalaVersion := "3.3.1"

val chenVersion = "2.0.2"
val chenVersion = "2.0.3"

lazy val atom = Projects.atom

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.4",
"version": "2.0.5",
"description": "Atom is a novel intermediate representation for next-generation code analysis.",
"applicationCategory": "code-analysis",
"keywords": [
Expand Down
Loading

0 comments on commit c185cda

Please sign in to comment.