From 5e3d69e744e1c84e5ee68e8af331a8650c6b40cd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 11 Dec 2024 17:00:04 +0000 Subject: [PATCH] Update scala3-library to 3.6.2 Signed-off-by: Scala Steward --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fbdf378..28bfbb3 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.5.2", + scalaVersion := "3.6.2", scalacOptions := List("-deprecation"), // wartremoverWarnings ++= Warts.allBut(Wart.ToString, Wart.Throw),