Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit f531658

Browse files
author
Jonas Chapuis
committed
added bintrayVcsUrl config
1 parent c1618dd commit f531658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ licenses += ("MIT", url("http://opensource.org/licenses/MIT"))
44
version := "1.0.1"
55
scalaVersion := "2.12.2"
66
bintrayRepository := "maven"
7+
bintrayVcsUrl := Some("jchapuis@github.com:jchapuis/scala-parser-combinators-completion")
78

89
libraryDependencies ++= Seq(
910
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.6",

0 commit comments

Comments
 (0)