From a6bd3dbe0f9f6d58326f0ffaa0737d07d5a3821f Mon Sep 17 00:00:00 2001 From: Guillaume Massé Date: Thu, 1 Mar 2018 05:28:48 +0100 Subject: Add dsl for SCM (now called VersionControl) (#168) The scm url syntax is a source of confusion for developper. I added VersionControl.github() to simplify this process. We can add other common VersionControl url scheme like Bazar, etc. --- integration/test/resources/upickle/build.sc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'integration/test/resources/upickle') diff --git a/integration/test/resources/upickle/build.sc b/integration/test/resources/upickle/build.sc index cd0b4d03..e1383771 100644 --- a/integration/test/resources/upickle/build.sc +++ b/integration/test/resources/upickle/build.sc @@ -13,10 +13,7 @@ trait UpickleModule extends CrossSbtModule with PublishModule{ organization = "com.lihaoyi", url = "https://github.com/lihaoyi/upickle", licenses = Seq(License.MIT), - scm = SCM( - "git://github.com/lihaoyi/upickle.git", - "scm:git://github.com/lihaoyi/upickle.git" - ), + versionControl = VersionControl.github("lihaoyi", "upickle"), developers = Seq( Developer("lihaoyi", "Li Haoyi","https://github.com/lihaoyi") ) -- cgit v1.2.3