From 8d85e31328e5f800b77a5fbad7b3d6ed1db1f47e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 20 Sep 2024 17:59:37 +0000 Subject: [PATCH] Update scala3-library to 3.5.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8be4d79..56755c8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ inThisBuild( Seq( - scalaVersion := "3.5.0", + scalaVersion := "3.5.1", versionScheme := Some("early-semver"), version := "11.2.9", organization := "org.lichess",