diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 119ff05f..7fc65df3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,9 +38,6 @@ jobs: distribution: 'temurin' cache: 'sbt' - - name: Compile Vert.x Lang Scala - run: mvn install -DskipTests - - name: Compile Documentation run: cd vertx-lang-scala && sbt doc && cd .. diff --git a/vertx-lang-scala/build.sbt b/vertx-lang-scala/build.sbt index 5b604fdd..a773f593 100644 --- a/vertx-lang-scala/build.sbt +++ b/vertx-lang-scala/build.sbt @@ -1,8 +1,8 @@ import java.time.LocalDate ThisBuild / scalaVersion := "3.3.1" -ThisBuild / resolvers += Resolver.mavenLocal -ThisBuild / version := "5.0.0-SNAPSHOT" +ThisBuild / resolvers += "Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots" +ThisBuild / version := "4.5.4-SNAPSHOT" lazy val currentYear = LocalDate.now().getYear() lazy val socialLinks = Map(