File tree Expand file tree Collapse file tree
docs/rest-api/components/schemas/response Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 matrix :
1919 os : [ubuntu-22.04]
2020 java : [21]
21- scala : [3.7.0 ]
21+ scala : [3.7.1 ]
2222 fail-fast : false
2323 steps :
2424 - name : Checkout
6161 matrix :
6262 os : [ubuntu-22.04]
6363 java : [21]
64- scala : [3.7.0 ]
64+ scala : [3.7.1 ]
6565 fail-fast : false
6666 steps :
6767 - name : Checkout
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ An example architecture.
3030
3131## Requirements
3232
33- * sbt 1.10 .x
34- * Scala 3.6 .x
33+ * sbt 1.11 .x
34+ * Scala 3.7 .x
3535* Java 21.x, 17.x (Perhaps works with 11.x)
3636* MariaDB 11.4.x
3737* docker & docker-compose 3.x (for test)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import LocalProcesses.*
55organization := " net.yoshinorin"
66name := " qualtet"
77version := " v2.17.0"
8- scalaVersion := " 3.7.0 "
8+ scalaVersion := " 3.7.1 "
99val repository = " https://github.com/yoshinorin/qualtet"
1010
1111scalacOptions ++= Seq (
Original file line number Diff line number Diff line change 11# Builder image
2- FROM ghcr.io/yoshinorin/docker-sbt:v1.10.11 -scala3.7.0 -jdk21 as builder
2+ FROM ghcr.io/yoshinorin/docker-sbt:v1.11.3 -scala3.7.1 -jdk21 as builder
33
44LABEL maintainer="yoshinorin"
55ENV QUALTET_VERSION="v2.17.0"
@@ -16,7 +16,7 @@ COPY commit-hash.sh commit-hash.sh
1616
1717RUN sh commit-hash.sh \
1818 && sbt assembly exit \
19- && cp ./target/scala-3.7.0 /qualtet-assembly-${QUALTET_VERSION}.jar qualtet-assembly.jar
19+ && cp ./target/scala-3.7.1 /qualtet-assembly-${QUALTET_VERSION}.jar qualtet-assembly.jar
2020
2121
2222# Runtime image
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ properties:
3636 example : " https://github.com/yoshinorin/qualtet/commit/237856f"
3737 scalaVersion :
3838 type : string
39- example : " 3.7.0 "
39+ example : " 3.7.1 "
4040 sbtVersion :
4141 type : string
42- example : " 1.10.11 "
42+ example : " 1.11.3 "
4343 required :
4444 - commit
4545 - url
Original file line number Diff line number Diff line change 1- sbt.version =1.10.11
1+ sbt.version =1.11.3
You can’t perform that action at this time.
0 commit comments