From cfa8f11c7958c1735ee6d06b47866f6893d77d10 Mon Sep 17 00:00:00 2001 From: "scala-text-bot[bot]" <74845010+scala-text-bot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 01:24:58 +0000 Subject: [PATCH] Update scala3-library to 3.4.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b5545b2..e5dbe1b 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val isScala3 = Def.setting( scalaVersion := Scala212 -crossScalaVersions := Seq(Scala212, "2.13.14", "3.4.2") +crossScalaVersions := Seq(Scala212, "2.13.14", "3.4.3") libraryDependencies ++= Seq( "org.scalatest" %% "scalatest-funspec" % "3.2.19" % "test",