File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
3131
3232FROM base-core
3333WORKDIR /lc-core
34- COPY --from=builder /build/target/scala-3.6.4 /LibreCaptcha.jar .
34+ COPY --from=builder /build/target/scala-3.8.2 /LibreCaptcha.jar .
3535RUN mkdir data/
3636
3737EXPOSE 8888
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
66
77FROM base-core
88RUN mkdir /lc-core
9- COPY target/scala-3.6.4 /LibreCaptcha.jar /lc-core
9+ COPY target/scala-3.8.2 /LibreCaptcha.jar /lc-core
1010WORKDIR /lc-core
1111RUN mkdir data/
1212
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).settings(
22 inThisBuild(
33 List (
44 organization := " com.example" ,
5- scalaVersion := " 3.6.4 " ,
5+ scalaVersion := " 3.8.2 " ,
66 version := " 0.2.1-snapshot"
77 // semanticdbEnabled := true,
88 // semanticdbVersion := scalafixSemanticdb.revision
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ python3 -m venv testEnv
44source ./testEnv/bin/activate
55pip install locust
66mkdir -p data/
7- java -jar target/scala-3.6.4 /LibreCaptcha.jar &
7+ java -jar target/scala-3.8.2 /LibreCaptcha.jar &
88JAVA_PID=$!
99sleep 4
1010
@@ -22,7 +22,7 @@ echo Run functional test
2222cp data/config.json data/config.json.bak
2323cp tests/debug-config.json data/config.json
2424
25- java -jar target/scala-3.6.4 /LibreCaptcha.jar &
25+ java -jar target/scala-3.8.2 /LibreCaptcha.jar &
2626JAVA_PID=$!
2727sleep 4
2828
You can’t perform that action at this time.
0 commit comments