use scala 2.13.4

This commit is contained in:
Jakob Gillich 2023-03-26 16:01:41 +00:00
parent b69e13c3ee
commit 04cfe8ae74
No known key found for this signature in database
GPG key ID: FD8BF52DB8452C91

View file

@ -3,7 +3,9 @@ import xerial.sbt.pack.PackPlugin._
lazy val psforeverSettings = Seq(
organization := "net.psforever",
version := "1.0.2-SNAPSHOT",
scalaVersion := "2.13.10",
// TODO 2.13.5+ breaks Md5Mac test
// possibly due to ListBuffer changes? https://github.com/scala/scala/pull/9257
scalaVersion := "2.13.4",
Global / cancelable := false,
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,