Skip to content

Commit

Permalink
Merge pull request #150 from xuwei-k/patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Dec 20, 2024
2 parents 21bbc52 + 63ef0fa commit 4df31ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ lazy val lang3 = "org.apache.commons" % "commons-text" % "1.12.0"
lazy val repoSlug = "sbt/sbt-license-report"

val scala212 = "2.12.20"
val scala3 = "3.3.3"
val scala3 = "3.6.2"

pluginCrossBuild / sbtVersion := {
scalaBinaryVersion.value match {
case "2.12" =>
(pluginCrossBuild / sbtVersion).value
case _ =>
"2.0.0-M2"
"2.0.0-M3"
}
}

Expand Down Expand Up @@ -71,7 +71,6 @@ publishMavenStyle := true
scalacOptions ++= List(
"-unchecked",
"-deprecation",
"-language:_",
"-encoding",
"UTF-8"
)
Expand Down

0 comments on commit 4df31ea

Please sign in to comment.