Skip to content

Commit

Permalink
chore: bump sbt from 1.10.0 to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jul 27, 2024
1 parent ada7594 commit 04d61df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.2-jdk21 as builder
FROM ghcr.io/yoshinorin/docker-sbt:v1.10.1-scala3.4.2-jdk21 as builder

LABEL maintainer="yoshinorin"
ENV QUALTET_VERSION="v2.14.0"
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 @@ -35,4 +35,4 @@ properties:
example: "3.4.2"
sbtVersion:
type: string
example: "1.10.0"
example: "1.10.1"
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.0
sbt.version=1.10.1

0 comments on commit 04d61df

Please sign in to comment.