Skip to content

Commit

Permalink
Bump Vert.x -> 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-brm committed Dec 23, 2023
1 parent 0e26c0b commit c432830
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>vertx-lang-scala3-parent</artifactId>
<version>4.5.0</version>
<version>4.5.1</version>
<packaging>pom</packaging>
<inceptionYear>2016</inceptionYear>
<organization>
Expand Down
2 changes: 1 addition & 1 deletion vertx-lang-scala-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-scala3-parent</artifactId>
<version>4.5.0</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vertx-lang-scala-codegen</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions vertx-lang-scala-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-scala3-parent</artifactId>
<version>4.5.0</version>
<version>4.5.1</version>
</parent>

<artifactId>vertx-lang-scala-itests</artifactId>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.214</version>
<version>2.2.220</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vertx-lang-scala-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-scala3-parent</artifactId>
<version>4.5.0</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions vertx-lang-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"""
Expand Down
2 changes: 1 addition & 1 deletion vertx-lang-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-scala3-parent</artifactId>
<version>4.5.0</version>
<version>4.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit c432830

Please sign in to comment.