From a9c76c52292b3c5ca92d2c22f9ed29e69079588a Mon Sep 17 00:00:00 2001 From: Olivier NOUGUIER Date: Thu, 10 Oct 2024 21:31:16 +0200 Subject: [PATCH] Update dependencies for sbt-ci-release, sbt-sonatype, sbt-scalajs, and sbt-wartremover --- build.sbt | 4 ++-- examples/client/package.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.sbt b/build.sbt index 8306d4e..6a60c4c 100644 --- a/build.sbt +++ b/build.sbt @@ -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" } diff --git a/examples/client/package.json b/examples/client/package.json index 8a24e28..a0f7721 100644 --- a/examples/client/package.json +++ b/examples/client/package.json @@ -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" } }