From b49188034a2287848b3637279b487b3635a6e6ec Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Feb 2025 20:30:44 +0000 Subject: [PATCH] Update scala3-library to 3.3.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2f10fe2..394ffdc 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val _scalaVersions: Seq[String] = Seq("3.3.0") +val _scalaVersions: Seq[String] = Seq("3.3.5") ThisBuild / organization := "io.github.dieproht" ThisBuild / homepage := Some(url("https://github.com/dieproht/matr"))