File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Global / excludeLintKeys += Fast / configuration
1616Global / excludeLintKeys += gitCommitString
1717
1818lazy 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" ,
You can’t perform that action at this time.
0 commit comments