From f10fa1ee2acb28958833b9609248c1dfd3566160 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 4 Mar 2024 00:36:07 +0100 Subject: [PATCH] Update scala3-library to 3.3.3 (#436) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 0f3a7c3..09bb679 100644 --- a/build.sbt +++ b/build.sbt @@ -47,8 +47,8 @@ val Deps = new { inThisBuild( Seq( - crossScalaVersions := Seq("2.13.12", "3.3.1"), -// crossScalaVersions := Seq("3.3.1", "2.13.12"), // uncomment to use Scala 3 in IDE + crossScalaVersions := Seq("2.13.12", "3.3.3"), +// crossScalaVersions := Seq("3.3.3", "2.13.12"), // uncomment to use Scala 3 in IDE scalaVersion := crossScalaVersions.value.head, version := "1.0.0", organization := "io.7mind",