Skip to content

Commit

Permalink
chore(deps): bump scala from 3.3.0 to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Sep 7, 2023
1 parent b289e66 commit 28dc8a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: [17]
scala: [3.3.0]
scala: [3.3.1]
fail-fast: false
steps:
- uses: actions/checkout@v3
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.10.0"
scalaVersion := "3.3.0"
scalaVersion := "3.3.1"
val repository = "https://github.com/yoshinorin/qualtet"

scalacOptions ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY commit-hash.sh commit-hash.sh

RUN sh commit-hash.sh \
&& sbt assembly exit \
&& cp ./target/scala-3.3.0/qualtet-assembly-${QUALTET_VERSION}.jar qualtet-assembly.jar \
&& cp ./target/scala-3.3.1/qualtet-assembly-${QUALTET_VERSION}.jar qualtet-assembly.jar \
&& rm -rf scripts docs docker .github .gitignore .editorconfig .git .env .env.example Makefile .githooks target .scalafmt.conf tools \
&& chmod +x entry-point.sh

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 @@ -470,7 +470,7 @@ components:
example: "https://github.com/yoshinorin/qualtet/commit/237856f"
scalaVersion:
type: string
example: "3.3.0"
example: "3.3.1"
sbtVersion:
type: string
example: "1.9.4"
Expand Down

0 comments on commit 28dc8a0

Please sign in to comment.