From bfac65513ed9047096a46c58d01d9b118f5a747f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 20 Sep 2024 17:55:33 +0000 Subject: [PATCH] Update scala3-library to 3.5.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 583573f..1bc2a2e 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import org.typelevel.scalacoptions.ScalacOptions inThisBuild( Seq( - scalaVersion := "3.5.0", + scalaVersion := "3.5.1", versionScheme := Some("early-semver"), run / fork := true, run / javaOptions += "-Dconfig.override_with_env_vars=true", @@ -24,7 +24,7 @@ lazy val app = project ScalacOptions.other("-indent"), ScalacOptions.explain, ScalacOptions.release("21"), - ScalacOptions.other("-Wsafe-init"), // fix in: https://github.com/typelevel/scalac-options/pull/136 + ScalacOptions.other("-Wsafe-init") // fix in: https://github.com/typelevel/scalac-options/pull/136 ), resolvers ++= Seq(Dependencies.lilaMaven), libraryDependencies ++= Seq(