From 8b5e4a270ba74a80f7d4e32eb1bd9d3251f33476 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 15 Aug 2024 16:16:48 +0000 Subject: [PATCH] Update scala3-library to 3.4.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 44a6a580..cef22fd8 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import Dependencies.* inThisBuild( Seq( - scalaVersion := "3.4.2", + scalaVersion := "3.4.3", versionScheme := Some("early-semver"), version := "3.0.0", organization := "org.lichess.search",