From 6c33ccebc4a72737e9a22bdaeb97da0539e3f5ad Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Sat, 28 Sep 2024 02:39:43 +0200 Subject: [PATCH] Update scala3-library, ... to 3.3.4 (#2297) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a6037abbd..56cfec2a0 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ import com.softwaremill.SbtSoftwareMillBrowserTestJS._ val scala2_12 = "2.12.20" val scala2_13 = "2.13.15" val scala2 = List(scala2_12, scala2_13) -val scala3 = List("3.3.3") +val scala3 = List("3.3.4") lazy val testServerPort = settingKey[Int]("Port to run the http test server on") lazy val startTestServer = taskKey[Unit]("Start a http server used by tests")