Skip to content

Commit 368620b

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

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed

.github/workflows/npm-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- name: Publish
5555
run: |
5656
cd wrapper/nodejs
57+
bash build.sh
5758
npm publish --provenance --access=public
5859
if: startsWith(github.ref, 'refs/tags/')
5960
npm-release-tests:
@@ -77,6 +78,7 @@ jobs:
7778
- name: Install atom latest
7879
run: |
7980
npm install -g @appthreat/atom @appthreat/atom-parsetools
81+
atom --help
8082
- uses: ruby/setup-ruby@v1
8183
with:
8284
ruby-version: '4.0.0'

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name := "atom"
22
ThisBuild / organization := "io.appthreat"
3-
ThisBuild / version := "2.5.2"
4-
ThisBuild / scalaVersion := "3.7.4"
3+
ThisBuild / version := "2.5.3"
4+
ThisBuild / scalaVersion := "3.8.1"
55

66
val chenVersion = "2.5.17"
77

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.2",
10+
"version": "2.5.3",
1111
"description": "Atom is a novel intermediate representation for next-generation code analysis.",
1212
"applicationCategory": "code-analysis",
1313
"keywords": [

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.7
1+
sbt.version=1.12.1

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
22
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.3")
33
addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3")
4-
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.0")
4+
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.4")

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.2",
3+
"version": "2.5.3",
44
"description": "Create atom (⚛) representation for your application, packages and libraries",
55
"exports": "./index.js",
66
"type": "module",

0 commit comments

Comments
 (0)