Skip to content

Commit

Permalink
Merge pull request #189 from xuwei-k/sbt-2-0-0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Dec 20, 2024
2 parents be175cf + 4d77bec commit a03a1a4
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 @@ -71,7 +71,7 @@ lazy val plugin = (project in file("plugin"))
scalaBinaryVersion.value match {
case "2.13" => "1.5.8"
case "2.12" => "1.5.8" // set minimum sbt version
case _ => "2.0.0-M2"
case _ => "2.0.0-M3"
}
},
publishLocal := (publishLocal dependsOn (library / publishLocal)).value,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Keys._
object Dependencies {
val scala212 = "2.12.20"
val scala213 = "2.13.15"
val scala3 = "3.3.4"
val scala3 = "3.6.2"

val sjsonNewScalaJson = "com.eed3si9n" %% "sjson-new-scalajson" % "0.10.0"
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
Expand Down

0 comments on commit a03a1a4

Please sign in to comment.