aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-06-02 14:12:56 +0200
committerGuillaume Martres <smarter@ubuntu.com>2016-06-02 14:14:33 +0200
commit99daee37f0637a537847e511419767be1b1439e1 (patch)
treefb26c9415d56ea147de52c113cb4aebf438968bf /project
parent64ba4dfca1bfed077e220a8bfa5ea860150c8fb1 (diff)
downloaddotty-99daee37f0637a537847e511419767be1b1439e1.tar.gz
dotty-99daee37f0637a537847e511419767be1b1439e1.tar.bz2
dotty-99daee37f0637a537847e511419767be1b1439e1.zip
Switch organization from org.scala-lang to ch.epfl.lamp
Publishing artifacts under ch.epfl.lamp is easier.
Diffstat (limited to 'project')
-rw-r--r--project/Build.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Build.scala b/project/Build.scala
index a8080100e..c753d3779 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -26,7 +26,7 @@ object DottyBuild extends Build {
super.settings ++ Seq(
scalaVersion in Global := "2.11.5",
version in Global := "0.1-SNAPSHOT",
- organization in Global := "org.scala-lang",
+ organization in Global := "ch.epfl.lamp",
organizationName in Global := "LAMP/EPFL",
organizationHomepage in Global := Some(url("http://lamp.epfl.ch")),
homepage in Global := Some(url("https://github.com/lampepfl/dotty")),