diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index 3bb1207..efb905f 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -195,7 +195,7 @@ jobs: apt-get install -q -y curl openjdk-8-jdk build-essential libz-dev # Install sbt inside the docker image mkdir -p "$HOME/bin/" - curl -sL https://raw.githubusercontent.com/sbt/sbt/v1.9.9/sbt > "$HOME/bin/sbt" + curl -sL https://raw.githubusercontent.com/sbt/sbt/v1.10.4/sbt > "$HOME/bin/sbt" chmod +x "$HOME/bin/sbt" run: | # Use sbt inside the Docker image diff --git a/build.sbt b/build.sbt new file mode 100644 index 0000000..e69de29 diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..c068508 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=1.10.4 \ No newline at end of file