Update scala version to latest maintenance release

https://www.scala-lang.org/download/2.12.16.html
This commit is contained in:
Côme
2022-07-27 09:52:35 +02:00
committed by GitHub
parent 599a1e6daf
commit 310df743af

View File

@@ -1,5 +1,5 @@
ThisBuild / version := "1.0"
ThisBuild / scalaVersion := "2.11.12"
ThisBuild / scalaVersion := "2.12.16"
ThisBuild / organization := "org.example"
val spinalVersion = "1.7.1"