update scala version in test script

This commit is contained in:
hrj 2024-10-25 10:45:44 +05:30
parent f4737424f7
commit b9bd305599
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ echo Run functional test
cp data/config.json data/config.json.bak
cp tests/debug-config.json data/config.json
java -jar target/scala-3.5.0/LibreCaptcha.jar &
java -jar target/scala-3.5.2/LibreCaptcha.jar &
JAVA_PID=$!
sleep 4