From 5ad59816783a678e673997813576f5e55f0dcb09 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Feb 2025 06:19:43 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 47bc637..f5f0b4d 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject val Scala212 = "2.12.20" val Scala213 = "2.13.15" -val Scala3 = "3.3.4" +val Scala3 = "3.3.5" ThisBuild / scalaVersion := Scala212 ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3)