Skip to content

Commit

Permalink
Update dependency jsdom to v9.9.0 and scala to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cheleb committed Apr 26, 2024
1 parent 6c498e8 commit add6b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/client/scala-metadata.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

const scalaVersion = "3.3.1"
const scalaVersion = "3.3.3"

exports.scalaMetadata = {
scalaVersion: scalaVersion
Expand Down
2 changes: 1 addition & 1 deletion modules/ui5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"@ui5/webcomponents-fiori": "1.17.2",
"@ui5/webcomponents-icons": "1.17.2",
"highlight.js": "^11.8.0",
"jsdom": "^24.0.0"
"jsdom": "^9.9.0"
}
}

0 comments on commit add6b6a

Please sign in to comment.