From 4e9ba5ff196e31a80f6094d615683772f10f1869 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Apr 2026 14:37:56 +0000 Subject: [PATCH] Update scala3-library to 3.8.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3e724da0..5b820802 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ import scala.Ordering.Implicits._ Global / onChangedBuildSource := ReloadOnSourceChanges -ThisBuild / scalaVersion := "3.8.2" +ThisBuild / scalaVersion := "3.8.3" val sharedSettings = Seq( publish / skip := true,