From 169fb673cb3eae0d6c6eba1b207e6b5a121947be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Mon, 20 May 2024 14:47:12 +0200 Subject: [PATCH] ups ++ ran away --- .github/workflows/check-samples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-samples.yml b/.github/workflows/check-samples.yml index 1e99acabe6..20a5325ac8 100644 --- a/.github/workflows/check-samples.yml +++ b/.github/workflows/check-samples.yml @@ -63,7 +63,7 @@ jobs: - name: Test akka-http-quickstart-scala run: |- cd samples/akka-http-quickstart-scala - sbt "2.13.14!; test;" -Dakka-http.version=`cat ~/.version` + sbt "++2.13.14!; test;" -Dakka-http.version=`cat ~/.version` sbt "clean; test;" -Dakka-http.version=`cat ~/.version` - name: Email on failure