From 1201846f08dce3a0585c3cff537bb0e9c2d3eeaf Mon Sep 17 00:00:00 2001 From: manasa-kandimalla Date: Mon, 21 Nov 2022 12:05:04 +0530 Subject: [PATCH] Modified the scala version --- .github/workflows/http-almaren-githubactions.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/http-almaren-githubactions.yml b/.github/workflows/http-almaren-githubactions.yml index 2021a73..1b685d8 100644 --- a/.github/workflows/http-almaren-githubactions.yml +++ b/.github/workflows/http-almaren-githubactions.yml @@ -38,7 +38,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 diff --git a/build.sbt b/build.sbt index ef1bcd9..c3d8411 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ ThisBuild / name := "http.almaren" ThisBuild / organization := "com.github.music-of-the-ainur" lazy val scala211 = "2.11.12" -lazy val scala212 = "2.12.15" +lazy val scala212 = "2.12.10" crossScalaVersions := Seq(scala211,scala212) ThisBuild / scalaVersion := scala212