Skip to content

Commit

Permalink
Update dependencies for sbt-ci-release, sbt-sonatype, sbt-scalajs, an…
Browse files Browse the repository at this point in the history
…d sbt-wartremover
  • Loading branch information
cheleb committed Oct 10, 2024
1 parent c521ba7 commit a9c76c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ val scala33 = "3.5.1"

val Versions = new {
val laminar = "17.1.0"
val tapir = "1.11.4"
val tapir = "1.11.6"
val sttp = "3.9.8"
val sttpModel = "1.7.11"
val zio = "2.1.9"
val zio = "2.1.11"
val zioJson = "0.7.3"
}

Expand Down
10 changes: 5 additions & 5 deletions examples/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"license": "MIT",
"dependencies": {
"@ui5/webcomponents": "2.0.1",
"@ui5/webcomponents-fiori": "2.0.1",
"@ui5/webcomponents-icons": "2.0.1",
"highlight.js": "^11.8.0",
"@ui5/webcomponents": "2.1.0",
"@ui5/webcomponents-fiori": "2.1.0",
"@ui5/webcomponents-icons": "2.1.0",
"highlight.js": "^11.10.0",
"jsdom": "^9.9.0"
},
"devDependencies": {
"@scala-js/vite-plugin-scalajs": "^1.0.0",
"vite": "^5.4.7"
"vite": "^5.4.8"
}
}

0 comments on commit a9c76c5

Please sign in to comment.