From 888a560b794958ebfec0c1b1b1ca3337b39df5bc Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Tue, 21 May 2024 23:19:58 +0900 Subject: [PATCH] chore: bump scala from `3.4.1` to `3.4.2` --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- docker/Dockerfile | 4 ++-- docs/rest-api/components/schemas/applicationInfo.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22a937fc..5e65bcd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: matrix: os: [ubuntu-latest] java: [21] - scala: [3.4.1] + scala: [3.4.2] fail-fast: false steps: - name: Checkout diff --git a/build.sbt b/build.sbt index 61dfea66..81ba4127 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import LocalProcesses.* organization := "net.yoshinorin" name := "qualtet" version := "v2.12.0" -scalaVersion := "3.4.1" +scalaVersion := "3.4.2" val repository = "https://github.com/yoshinorin/qualtet" scalacOptions ++= Seq( diff --git a/docker/Dockerfile b/docker/Dockerfile index 7bc2da80..7e7e2d05 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ # Builder image -FROM ghcr.io/yoshinorin/docker-sbt:v1.10.0-scala3.4.1-jdk21 as builder +FROM ghcr.io/yoshinorin/docker-sbt:v1.10.0-scala3.4.2-jdk21 as builder LABEL maintainer="yoshinorin" ENV QUALTET_VERSION="v2.12.0" @@ -16,7 +16,7 @@ COPY commit-hash.sh commit-hash.sh RUN sh commit-hash.sh \ && sbt assembly exit \ - && cp ./target/scala-3.4.1/qualtet-assembly-${QUALTET_VERSION}.jar qualtet-assembly.jar + && cp ./target/scala-3.4.2/qualtet-assembly-${QUALTET_VERSION}.jar qualtet-assembly.jar # Runtime image diff --git a/docs/rest-api/components/schemas/applicationInfo.yml b/docs/rest-api/components/schemas/applicationInfo.yml index 65c61ef4..7bfea02d 100644 --- a/docs/rest-api/components/schemas/applicationInfo.yml +++ b/docs/rest-api/components/schemas/applicationInfo.yml @@ -32,7 +32,7 @@ properties: example: "https://github.com/yoshinorin/qualtet/commit/237856f" scalaVersion: type: string - example: "3.4.1" + example: "3.4.2" sbtVersion: type: string example: "1.10.0"