Skip to content

Commit

Permalink
Merge branch 'main' into update/scalafmt-core-3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 authored Jan 27, 2025
2 parents c19cdac + a1988e0 commit 12ef051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges

// crossBuildingSettings
lazy val scala212 = "2.12.20"
lazy val scala3 = "3.6.2"
lazy val scala3 = "3.6.3"
Global / scalaVersion := scala3
crossScalaVersions := Seq(scala3, scala212)
(pluginCrossBuild / sbtVersion) := {
Expand Down

0 comments on commit 12ef051

Please sign in to comment.