Skip to content

Commit

Permalink
Update graal-js
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Feb 9, 2024
1 parent 7b37a63 commit eca8c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ val mockingbird = (project in file("mockingbird"))
"com.github.geirolz" %% "advxml-xpath" % "2.5.1",
"io.estatico" %% "newtype" % "0.4.4",
"org.mozilla" % "rhino" % "1.7.14",
"org.graalvm.js" % "js" % "22.3.0",
"org.graalvm.js" % "js" % "23.0.2",
"org.slf4j" % "slf4j-api" % "1.7.30" % Provided
),
Compile / unmanagedResourceDirectories += file("../frontend/dist")
Expand Down

0 comments on commit eca8c43

Please sign in to comment.