From ac8316efb0e20186b28738ec15b07ed9a9c892ed Mon Sep 17 00:00:00 2001 From: manasa-kandimalla Date: Mon, 21 Nov 2022 11:50:48 +0530 Subject: [PATCH] Modified the scala version --- .github/workflows/neo4j-almaren-githubactions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/neo4j-almaren-githubactions.yml b/.github/workflows/neo4j-almaren-githubactions.yml index 860a905..025ba55 100644 --- a/.github/workflows/neo4j-almaren-githubactions.yml +++ b/.github/workflows/neo4j-almaren-githubactions.yml @@ -43,7 +43,7 @@ jobs: PGPASSWORD="postgres" psql -c "ALTER USER postgres PASSWORD 'postgres' ;" -U postgres -h localhost PGPASSWORD="postgres" psql -c 'create role runner;' -U postgres -h localhost PGPASSWORD="postgres" psql -c 'ALTER ROLE "runner" WITH LOGIN SUPERUSER INHERIT CREATEDB CREATEROLE REPLICATION;' -U postgres -h localhost - sbt ++2.12.15 test + sbt ++2.12.10 test rm -rf "$HOME/.ivy2/local" || true find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true find $HOME/.ivy2/cache -name "ivydata-*.properties" -delete || true