Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit fb46209

Browse files
authored
updated sbt version (#23)
1 parent 721189d commit fb46209

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inThisBuild(
99
homepage := Some(url("https://github.com/touchdown/gyremock")),
1010
// Alternatively License.Apache2 see https://github.com/sbt/librarymanagement/blob/develop/core/src/main/scala/sbt/librarymanagement/License.scala
1111
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
12-
developers := List(Developer("touchdown", "Tony Zhao", "daodetony@gmail.com", url("https://github.com/touchdown")))
12+
developers := List(Developer("touchdown", "Tony Zhao", "", url("https://github.com/touchdown")))
1313
)
1414
)
1515

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.9
1+
sbt.version=1.11.6

0 commit comments

Comments
 (0)