From 1140afc432f24b07cca3f343d17d1ecc3b7e7b1c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 18:13:10 +0000 Subject: [PATCH] Update scala3-library to 3.6.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 183548d..d504f15 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val WeaverCatsVersion = "0.8.4" ThisBuild / organization := "com.melvinlow" ThisBuild / organizationName := "Melvin Low" -ThisBuild / scalaVersion := "3.4.3" +ThisBuild / scalaVersion := "3.6.3" ThisBuild / crossScalaVersions := Seq(scalaVersion.value) ThisBuild / semanticdbEnabled := true