Skip to content

Commit

Permalink
chore(docker): bump docker-sbt image
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Sep 22, 2023
1 parent 28dc8a0 commit ab76c9c
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,4 +1,4 @@
FROM ghcr.io/yoshinorin/docker-sbt:v1.9.4-scala3
FROM ghcr.io/yoshinorin/docker-sbt:v1.9.6-scala3

LABEL maintainer="yoshinorin"
ENV QUALTET_VERSION="v2.10.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/rest-api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ components:
example: "3.3.1"
sbtVersion:
type: string
example: "1.9.4"
example: "1.9.6"
author:
type: object
properties:
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.9.4
sbt.version=1.9.6

0 comments on commit ab76c9c

Please sign in to comment.