From c4328303551dad62643206c584a1497fd4378c15 Mon Sep 17 00:00:00 2001 From: Oliver Marienfeld Date: Sat, 23 Dec 2023 11:26:05 +0100 Subject: [PATCH] Bump Vert.x -> 4.5.1 --- pom.xml | 2 +- vertx-lang-scala-codegen/pom.xml | 2 +- vertx-lang-scala-itests/pom.xml | 4 ++-- vertx-lang-scala-test/pom.xml | 2 +- vertx-lang-scala/build.sbt | 4 ++-- vertx-lang-scala/pom.xml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index f9a31e4a..55510461 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 vertx-lang-scala3-parent - 4.5.0 + 4.5.1 pom 2016 diff --git a/vertx-lang-scala-codegen/pom.xml b/vertx-lang-scala-codegen/pom.xml index 73fe2832..e659ce6a 100644 --- a/vertx-lang-scala-codegen/pom.xml +++ b/vertx-lang-scala-codegen/pom.xml @@ -6,7 +6,7 @@ io.vertx vertx-lang-scala3-parent - 4.5.0 + 4.5.1 ../pom.xml vertx-lang-scala-codegen diff --git a/vertx-lang-scala-itests/pom.xml b/vertx-lang-scala-itests/pom.xml index e17eb3b0..74c2fc32 100644 --- a/vertx-lang-scala-itests/pom.xml +++ b/vertx-lang-scala-itests/pom.xml @@ -6,7 +6,7 @@ io.vertx vertx-lang-scala3-parent - 4.5.0 + 4.5.1 vertx-lang-scala-itests @@ -43,7 +43,7 @@ com.h2database h2 - 2.1.214 + 2.2.220 provided diff --git a/vertx-lang-scala-test/pom.xml b/vertx-lang-scala-test/pom.xml index 8d94dc6f..55f29778 100644 --- a/vertx-lang-scala-test/pom.xml +++ b/vertx-lang-scala-test/pom.xml @@ -7,7 +7,7 @@ io.vertx vertx-lang-scala3-parent - 4.5.0 + 4.5.1 ../pom.xml diff --git a/vertx-lang-scala/build.sbt b/vertx-lang-scala/build.sbt index eb39f4ff..cfde4f86 100644 --- a/vertx-lang-scala/build.sbt +++ b/vertx-lang-scala/build.sbt @@ -1,6 +1,6 @@ ThisBuild / scalaVersion := "3.3.1" ThisBuild / resolvers += Resolver.mavenLocal -ThisBuild / version := "4.5.0" +ThisBuild / version := "4.5.1" lazy val socialLinks = Map( "github" -> "https://github.com/vert-x3/vertx-lang-scala", @@ -11,7 +11,7 @@ lazy val socialLinks = Map( ) Compile / doc / scalacOptions ++= Seq( - "-siteroot", "src/main/markdown", + "-siteroot", "src/main/markdown", "-snippet-compiler:compile", "-social-links:" + socialLinks.map { case (site, link) => s"$site::$link" }.mkString(","), "-scastie-configuration", s""" diff --git a/vertx-lang-scala/pom.xml b/vertx-lang-scala/pom.xml index 27d49af9..0a924b23 100644 --- a/vertx-lang-scala/pom.xml +++ b/vertx-lang-scala/pom.xml @@ -7,7 +7,7 @@ io.vertx vertx-lang-scala3-parent - 4.5.0 + 4.5.1 ../pom.xml