diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfab827e..62cb5f8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: matrix: os: [ubuntu-latest] java: [21] - scala: [3.5.0] + scala: [3.5.2] fail-fast: false steps: - name: Checkout diff --git a/build.sbt b/build.sbt index 5fb59570..d6acb7b7 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import LocalProcesses.* organization := "net.yoshinorin" name := "qualtet" version := "v2.14.0" -scalaVersion := "3.5.0" +scalaVersion := "3.5.2" val repository = "https://github.com/yoshinorin/qualtet" scalacOptions ++= Seq( diff --git a/docker/Dockerfile b/docker/Dockerfile index 14509a8b..47b86a8f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ # Builder image -FROM ghcr.io/yoshinorin/docker-sbt:v1.10.1-scala3.5.0-jdk21 as builder +FROM ghcr.io/yoshinorin/docker-sbt:v1.10.4-scala3.5.2-jdk21 as builder LABEL maintainer="yoshinorin" ENV QUALTET_VERSION="v2.14.0" @@ -16,7 +16,7 @@ COPY commit-hash.sh commit-hash.sh RUN sh commit-hash.sh \ && sbt assembly exit \ - && cp ./target/scala-3.5.0/qualtet-assembly-${QUALTET_VERSION}.jar qualtet-assembly.jar + && cp ./target/scala-3.5.2/qualtet-assembly-${QUALTET_VERSION}.jar qualtet-assembly.jar # Runtime image diff --git a/docs/rest-api/components/schemas/response/applicationInfo.yml b/docs/rest-api/components/schemas/response/applicationInfo.yml index 977f3c6a..3baf3afd 100644 --- a/docs/rest-api/components/schemas/response/applicationInfo.yml +++ b/docs/rest-api/components/schemas/response/applicationInfo.yml @@ -36,10 +36,10 @@ properties: example: "https://github.com/yoshinorin/qualtet/commit/237856f" scalaVersion: type: string - example: "3.5.0" + example: "3.5.2" sbtVersion: type: string - example: "1.10.1" + example: "1.10.4" required: - commit - url diff --git a/project/build.properties b/project/build.properties index ee4c672c..09feeeed 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.4