Skip to content

Commit

Permalink
Upgrade Scala to 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Dec 21, 2024
1 parent c7e1ec7 commit 039671b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.typelevel.scalacoptions.ScalacOptions
Global / onChangedBuildSource := ReloadOnSourceChanges
Global / semanticdbEnabled := true

val scala3Version = "3.5.0"
val scala3Version = "3.6.2"

ThisBuild / versionScheme := Some("early-semver")
ThisBuild / scalaVersion := scala3Version
Expand All @@ -21,8 +21,8 @@ lazy val commonSettings: Seq[sbt.Def.Setting[_]] = Seq(
scalacOptions ++= Seq("-language:strictEquality"),
// scalafixOnCompile := true, // Plays havoc with the sandbox, checked in CI.
// semanticdbEnabled := true, // Plays havoc with the sandbox, checked in CI.
autoAPIMappings := true,
logo := name.value,
autoAPIMappings := true,
logo := name.value,
Test / tpolecatExcludeOptions ++= Set(
ScalacOptions.warnValueDiscard,
ScalacOptions.warnUnusedImports,
Expand Down
2 changes: 1 addition & 1 deletion sandbox/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy val uvsandbox =
.settings( // Normal SBT settings
name := "uvsandbox",
version := "0.0.1",
scalaVersion := "3.5.0",
scalaVersion := "3.6.2",
organization := "io.indigoengine",
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "0.7.29" % Test
Expand Down

0 comments on commit 039671b

Please sign in to comment.