Skip to content

Commit

Permalink
sbt 2.0.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Dec 21, 2024
1 parent be73642 commit 1174afa
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 @@ -34,7 +34,7 @@ inThisBuild(List(
),
resolvers ++= Resolver.sonatypeOssRepos("public"),
scalaVersion := "2.12.20",
crossScalaVersions += "3.3.4",
crossScalaVersions += "3.6.2",
packageDoc / publishArtifact := insideCI.value,
packageSrc / publishArtifact := insideCI.value,
))
Expand All @@ -60,7 +60,7 @@ lazy val plugin = project.enablePlugins(SbtPlugin).settings(
pluginCrossBuild / sbtVersion := {
scalaBinaryVersion.value match {
case "2.12" => "1.2.8"
case _ => "2.0.0-M2"
case _ => "2.0.0-M3"
}
},
conflictWarning := {
Expand Down

0 comments on commit 1174afa

Please sign in to comment.