reverted Scala to 2.11.12 and sbt to 1.4.7

This commit is contained in:
Matthias Wächter
2021-06-14 17:05:43 +02:00
parent 9b3093e193
commit ef4d9b7db3
2 changed files with 2 additions and 2 deletions

View File

@@ -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"