Skip to content

Commit

Permalink
chore: bump scala from 3.4.1 to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed May 21, 2024
1 parent c80d78b commit 888a560
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 @@ -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
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.1"
scalaVersion := "3.4.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.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"
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.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
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.1"
example: "3.4.2"
sbtVersion:
type: string
example: "1.10.0"

0 comments on commit 888a560

Please sign in to comment.