Skip to content

Commit

Permalink
Use flexible version for js module
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed May 6, 2024
1 parent 6fafb86 commit c86339a
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 @@ -79,7 +79,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.polyglot" % "js" % "23.1.2",
"org.graalvm.polyglot" % "js" % "23.1.+",
"org.slf4j" % "slf4j-api" % "1.7.30" % Provided
),
Compile / unmanagedResourceDirectories += file("../frontend/dist")
Expand Down

0 comments on commit c86339a

Please sign in to comment.