Skip to content

Commit

Permalink
chore: bump scala from 3.5.0 to 3.5.2 and bump sbt from 1.10.1
Browse files Browse the repository at this point in the history
…to `1.10.4`
  • Loading branch information
yoshinorin committed Oct 30, 2024
1 parent 720d077 commit 7b370e9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/rest-api/components/schemas/response/applicationInfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.1
sbt.version=1.10.4

0 comments on commit 7b370e9

Please sign in to comment.