From ec0d8118f8c10388382a3c0e6dfbacdb72c3e7f4 Mon Sep 17 00:00:00 2001 From: Tony Zhao Date: Tue, 9 Sep 2025 12:33:04 -0400 Subject: [PATCH] updated sbt version --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 836772b..5963e0b 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ inThisBuild( homepage := Some(url("https://github.com/touchdown/gyremock")), // Alternatively License.Apache2 see https://github.com/sbt/librarymanagement/blob/develop/core/src/main/scala/sbt/librarymanagement/License.scala licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")), - developers := List(Developer("touchdown", "Tony Zhao", "daodetony@gmail.com", url("https://github.com/touchdown"))) + developers := List(Developer("touchdown", "Tony Zhao", "", url("https://github.com/touchdown"))) ) ) diff --git a/project/build.properties b/project/build.properties index 04267b1..5e6884d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.11.6