Skip to content

Commit

Permalink
Update scala3-library to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 20, 2024
1 parent 470b1d7 commit bfac655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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(
Expand Down

0 comments on commit bfac655

Please sign in to comment.