From 18085c0bc902cd6feefb6d8c8ef236b7b5a5e9b5 Mon Sep 17 00:00:00 2001 From: Thanh Le Date: Thu, 20 Jun 2024 09:21:02 +0700 Subject: [PATCH] Bump RC-10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cb2453e6..c29a66c9 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ inThisBuild( Seq( scalaVersion := "3.4.2", versionScheme := Some("early-semver"), - version := "3.0.0-RC9", + version := "3.0.0-RC10", organization := "org.lichess.search", run / fork := true, run / javaOptions += "-Dconfig.override_with_env_vars=true",