From a5b773ee551267f0b087b93764a5c1120aa849bb Mon Sep 17 00:00:00 2001 From: Felipe Bonezi Date: Thu, 23 Jun 2022 15:34:41 -0300 Subject: [PATCH] chore(gha): :rocket: update version to 1.3.0 Signed-off-by: Felipe Bonezi --- .github/workflows/continouos-integration.yml | 14 +++----------- build.sbt | 2 +- conf/reference.conf | 2 +- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/workflows/continouos-integration.yml b/.github/workflows/continouos-integration.yml index d60d8d4d..76f31ae1 100644 --- a/.github/workflows/continouos-integration.yml +++ b/.github/workflows/continouos-integration.yml @@ -112,22 +112,14 @@ jobs: name: Publish to GH Packages if: "github.event.release || github.event.release.prerelease" runs-on: ubuntu-latest - - strategy: - fail-fast: true - matrix: - distribution: [ 'corretto' ] - jdk: [ '11' ] - scala: [ '2.13.8' ] - steps: - uses: actions/checkout@v3 - name: Setup JDK uses: actions/setup-java@v3 with: - distribution: ${{ matrix.distribution }} - java-version: ${{ matrix.jdk }} + distribution: 'corretto' + java-version: '11' cache: 'sbt' - name: Set GitHub token @@ -136,4 +128,4 @@ jobs: TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish package - run: sbt ${{ matrix.scala }} publish + run: sbt publish diff --git a/build.sbt b/build.sbt index 5d43a110..fb5bc212 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val root = (project in file(".")) Compile / doc / sources := Seq.empty routesGenerator := InjectedRoutesGenerator -crossScalaVersions := Seq("2.13.8") +scalaVersion := "2.13.8" // Checkstyle config. checkstyleSeverityLevel := Some(CheckstyleSeverityLevel.Info) diff --git a/conf/reference.conf b/conf/reference.conf index 536c7901..fc6adfc7 100644 --- a/conf/reference.conf +++ b/conf/reference.conf @@ -4,7 +4,7 @@ play { maintainer = "Felipe Bonezi" host = "http://localhost:9000" name = "playframework-core" - version = "v1.2.2" + version = "v1.3.0" } i18n { langs = [ "en-US" ]