提交 f5eadf17 编写于 作者: I IceMimosa

release 0.3.4

上级 7dc493d9
version in ThisBuild := "0.3.4-SNAPSHOT"
version in ThisBuild := "0.3.4"
......@@ -15,7 +15,7 @@ object Publishing {
lazy val publishSettings = Seq(
credentials += Credentials(Path.userHome / ".ivy2" / ".sonatype_credentials"),
publishTo := {
val nexus = "https://oss.sonatype.org/"
val nexus = "https://s01.oss.sonatype.org/"
if (isSnapshot.value)
Some("snapshots" at nexus + "content/repositories/snapshots")
else
......@@ -31,7 +31,14 @@ object Publishing {
name = "梦境迷离",
email = "dreamylost@outlook.com",
url = url("https://dreamylost.cn")
)),
),
Developer(
id = "IceMimosa",
name = "ChenKai",
email = "chk19940609@gmail.com",
url = url("http://patamon.me")
)
),
sonatypeProfileName := organization.value,
isSnapshot := version.value endsWith "SNAPSHOT",
homepage := Some(url("https://bitlap.org")),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册