Skip to content

Commit 0b22b2f

Browse files
Update js to 22.3.4 (#309)
1 parent 33f9d5e commit 0b22b2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Global / excludeLintKeys += Fast / configuration
1616
Global / excludeLintKeys += gitCommitString
1717

1818
lazy val commonSettings = Seq(
19-
scalaVersion := "3.3.1",
20-
organization := "io.shiftleft",
19+
scalaVersion := "3.3.1",
20+
organization := "io.shiftleft",
2121
scalacOptions ++= Seq("-Xtarget:8"),
2222
resolvers ++= Seq(
2323
Resolver.mavenLocal,
@@ -27,7 +27,7 @@ lazy val commonSettings = Seq(
2727
"io.shiftleft" %% "codepropertygraph" % cpgVersion,
2828
"io.joern" %% "x2cpg" % joernVersion,
2929
"com.github.scopt" %% "scopt" % "4.1.0",
30-
"org.graalvm.js" % "js" % "22.3.3",
30+
"org.graalvm.js" % "js" % "22.3.4",
3131
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.3",
3232
"com.atlassian.sourcemap" % "sourcemap" % "2.0.0",
3333
"commons-io" % "commons-io" % "2.13.0",

0 commit comments

Comments
 (0)