diff --git a/build.sbt b/build.sbt index 4f2dea499..5657218bd 100644 --- a/build.sbt +++ b/build.sbt @@ -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 } } diff --git a/project/build.properties b/project/build.properties index 0b699c305..bc7390601 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.2 +sbt.version=1.10.3