From d04d6925094fbaf4f0a57038d0615a461b94e380 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:42:35 +0000 Subject: [PATCH] Update scala3-library to 3.3.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f8d4a3f..7971d52 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ version := "0.1.0-SNAPSHOT" name := "tcssim" -scalaVersion := "3.3.1" +scalaVersion := "3.3.4" lazy val epics = project .in(file("./modules/epics"))