From 5fd2a7bfe7ee2ebb214a589e160e16446d659a02 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:03:46 +0100 Subject: [PATCH] Update scala3-library, ... to 3.3.3 (#370) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 15bb2ef..e35f69e 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ inThisBuild( ), homepage := Some(url("http://github.com/ironcorelabs/cats-scalatest")), licenses := Seq("Apache-2.0" -> url("http://www.opensource.org/licenses/Apache-2.0")), - scalaVersion := "3.3.1", + scalaVersion := "3.3.3", crossScalaVersions := Seq(scalaVersion.value) ) )