upgrade scala version to 2.13.14

This commit is contained in:
Zhang Xi
2024-09-02 17:50:22 +08:00
parent 8456715b1c
commit c2950be884
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
ThisBuild / version := "1.0"
ThisBuild / scalaVersion := "2.12.18"
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / organization := "org.example"
val spinalVersion = "1.10.2a"