From 8b30ee121d736921de9416da22b09f4a8de89ecf Mon Sep 17 00:00:00 2001 From: "He-Pin(kerr)" Date: Sat, 23 Mar 2024 02:36:19 +0800 Subject: [PATCH] chore: Bump Scala to 3.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e5b073ef..1771430e 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} import scalanative.build._ -ThisBuild / scalaVersion := "3.3.1" +ThisBuild / scalaVersion := "3.3.3" lazy val root = crossProject(JVMPlatform, NativePlatform)