From 51a261d5b78c3be237a014691edeffeb1c3bcec7 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 10 Sep 2023 00:38:00 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 382f37b4..c793938b 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} import Tests.* val scala213 = "2.13.10" -val scala3 = "3.3.0" +val scala3 = "3.3.1" name := "scarango" ThisBuild / organization := "com.outr"