Skip to content

Commit fb4a695

Browse files
committed
Try( Fix Bintray publishing )
1 parent e179262 commit fb4a695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sbtPlugin := true
88

99
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.4" % "provided")
1010

11-
publishTo := Some("Colisweb public bintray" at "https://dl.bintray.com/colisweb/public")
11+
publishTo := Some("Colisweb sbt-publigs Bintray" at "https://dl.bintray.com/colisweb/sbt-plugins")
1212
credentials += Credentials(Path.userHome / ".bintray" / ".credentials")
1313
licenses := Seq("MIT" -> url("http://opensource.org/licenses/MIT"))
1414
homepage := Some(url("https://github.com/colisweb/sbt-datadog"))

0 commit comments

Comments
 (0)