Skip to content

Commit 544bc00

Browse files
committed
npm package doesn't include the jars! upgrade scala version
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 368620b commit 544bc00

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "atom"
22
ThisBuild / organization := "io.appthreat"
3-
ThisBuild / version := "2.5.3"
3+
ThisBuild / version := "2.5.2"
44
ThisBuild / scalaVersion := "3.8.1"
55

66
val chenVersion = "2.5.17"

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"downloadUrl": "https://github.com/AppThreat/atom",
88
"issueTracker": "https://github.com/AppThreat/atom/issues",
99
"name": "atom",
10-
"version": "2.5.3",
10+
"version": "2.5.2",
1111
"description": "Atom is a novel intermediate representation for next-generation code analysis.",
1212
"applicationCategory": "code-analysis",
1313
"keywords": [

wrapper/nodejs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wrapper/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appthreat/atom",
3-
"version": "2.5.3",
3+
"version": "2.5.2",
44
"description": "Create atom (⚛) representation for your application, packages and libraries",
55
"exports": "./index.js",
66
"type": "module",

0 commit comments

Comments
 (0)