Skip to content

Commit

Permalink
Merge pull request #1481 from Friendseeker/bump-sbt-version
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Oct 22, 2024
2 parents 48758a8 + f6a433f commit 3febd22
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.0-SNAPSHOT"
if ((ThisBuild / isSnapshot).value) "1.10.4-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.2
sbt.version=1.10.3

0 comments on commit 3febd22

Please sign in to comment.