Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-ci-release-1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 authored Jan 27, 2025
2 parents 618875d + a1988e0 commit 40488ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
libraryDependencies += "jline" % "jline" % "2.14.6"

// For code formatting
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")

// binary compatibility checks
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
Expand Down

0 comments on commit 40488ef

Please sign in to comment.