From ef4d9b7db3850b8a83b6ff01ee270413b093e042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20W=C3=A4chter?= Date: Mon, 14 Jun 2021 17:05:43 +0200 Subject: [PATCH] reverted Scala to 2.11.12 and sbt to 1.4.7 --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8ef2c55..31d0f72 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / version := "1.0" -ThisBuild / scalaVersion := "2.12.14" +ThisBuild / scalaVersion := "2.11.12" ThisBuild / organization := "org.example" val spinalVersion = "1.4.3" diff --git a/project/build.properties b/project/build.properties index 67d27a1..0b2e09c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.5.3 +sbt.version=1.4.7