Skip to content

Commit

Permalink
Documentation: Use 4.x version for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-brm committed Feb 7, 2024
1 parent e056e3a commit 31650fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..

Expand Down
4 changes: 2 additions & 2 deletions vertx-lang-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit 31650fc

Please sign in to comment.