Skip to content

Commit

Permalink
release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IceMimosa committed Dec 8, 2021
1 parent 7dc493d commit f5eadf1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.3.4-SNAPSHOT"
version in ThisBuild := "0.3.4"
11 changes: 9 additions & 2 deletions project/Publishing.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,7 +31,14 @@ object Publishing {
name = "梦境迷离",
email = "[email protected]",
url = url("https://dreamylost.cn")
)),
),
Developer(
id = "IceMimosa",
name = "ChenKai",
email = "[email protected]",
url = url("http://patamon.me")
)
),
sonatypeProfileName := organization.value,
isSnapshot := version.value endsWith "SNAPSHOT",
homepage := Some(url("https://bitlap.org")),
Expand Down

0 comments on commit f5eadf1

Please sign in to comment.