Skip to content

Commit 29ec47f

Browse files
authored
follow sonatype changes (#264)
1 parent da672ae commit 29ec47f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

duckling-fork-chinese/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lazy val sharedSettings = Seq(
3131
Developer("zhangsonglei", "Songlei Zhang", "zhangsonglei@xiaomi.com", url("https://github.com/zhangsonglei"))
3232
),
3333
pomIncludeRepository := { _ => false },
34-
sonatypeProfileName := "com.xiaomi",
34+
// sonatypeProfileName := "com.xiaomi",
3535
Test / publishArtifact := false
3636
)
3737

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

duckling-fork-chinese/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11")
22
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
33

4-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
4+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
55

66
// coverage
77
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")

0 commit comments

Comments
 (0)