From 5753ed2f1386dd65becbb6e8ceace308e5bab00b Mon Sep 17 00:00:00 2001 From: Daniel Slapman Date: Wed, 29 Jan 2025 23:14:59 +0100 Subject: [PATCH] Update scala 2.13 & 3.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 03be713..b79387f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -ThisBuild / scalaVersion := "2.13.15" +ThisBuild / scalaVersion := "2.13.16" ThisBuild / organization := "com.github.danslapman" publish := {} @@ -16,7 +16,7 @@ val versions = Map( "glass" -> "0.3.0" ) -val scalaVersions = Seq("2.12.20", "2.13.15", "3.3.4") +val scalaVersions = Seq("2.12.20", "2.13.16", "3.3.5") lazy val morphling = (projectMatrix in file("core")) .jvmPlatform(scalaVersions = scalaVersions)