From 10cd07803f774045e1a2c0514d4e0576a8744cde Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 11 Sep 2025 18:06:58 +0000 Subject: [PATCH] Update scala3-library to 3.7.3 Signed-off-by: Scala Steward --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 26c7d32..5bedc76 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val commonSettings = Seq( organization := "in.co.uproot", version := "0.8.0", - scalaVersion := "3.6.4", + scalaVersion := "3.7.3", scalacOptions := List("-deprecation"), // wartremoverWarnings ++= Warts.allBut(Wart.ToString, Wart.Throw),