Skip to content

Commit

Permalink
chore: update scala from 3.4.0 to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Mar 30, 2024
1 parent 17ef3a7 commit 0fd15c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [ubuntu-latest]
java: [21]
scala: [3.4.0]
scala: [3.4.1]
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.12.0"
scalaVersion := "3.4.0"
scalaVersion := "3.4.1"
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.9.9-scala3.4.0-jdk21 as builder
FROM ghcr.io/yoshinorin/docker-sbt:v1.9.9-scala3.4.1-jdk21 as builder

LABEL maintainer="yoshinorin"
ENV QUALTET_VERSION="v2.12.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.4.0/qualtet-assembly-${QUALTET_VERSION}.jar qualtet-assembly.jar
&& cp ./target/scala-3.4.1/qualtet-assembly-${QUALTET_VERSION}.jar qualtet-assembly.jar


# Runtime image
Expand Down
2 changes: 1 addition & 1 deletion docs/rest-api/components/schemas/applicationInfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ properties:
example: "https://github.com/yoshinorin/qualtet/commit/237856f"
scalaVersion:
type: string
example: "3.4.0"
example: "3.4.1"
sbtVersion:
type: string
example: "1.9.9"

0 comments on commit 0fd15c1

Please sign in to comment.