Skip to content

Commit

Permalink
Merge pull request #1510 from Friendseeker/bump-sbt-ver
Browse files Browse the repository at this point in the history
[1.x] Bump `sbt` to 1.10.6
  • Loading branch information
eed3si9n authored Dec 4, 2024
2 parents 3e60b78 + bb01128 commit cd5aa58
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 @@ -46,7 +46,7 @@ ThisBuild / version := {
nightlyVersion match {
case Some(v) => v
case _ =>
if ((ThisBuild / isSnapshot).value) "1.10.4-SNAPSHOT"
if ((ThisBuild / isSnapshot).value) "1.10.6-SNAPSHOT"
else old
}
}
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.5
sbt.version=1.10.6

0 comments on commit cd5aa58

Please sign in to comment.