diff --git a/build.sbt b/build.sbt index 5657218bd..49758c7a8 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.4-SNAPSHOT" + if ((ThisBuild / isSnapshot).value) "1.10.6-SNAPSHOT" else old } } diff --git a/project/build.properties b/project/build.properties index db1723b08..e88a0d817 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.5 +sbt.version=1.10.6