Skip to content

Commit

Permalink
Merge pull request #349 from scala-steward/update/scala3-library-3.5.1
Browse files Browse the repository at this point in the history
Update scala3-library to 3.5.1
  • Loading branch information
lenguyenthanh authored Sep 20, 2024
2 parents 470b1d7 + bfac655 commit f000529
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 f000529

Please sign in to comment.