From 74af8296d5111ca179af5a0cdb23d49b9e8c1e17 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Thu, 17 Mar 2016 17:28:18 +0100 Subject: [PATCH] Change organization to io.get-coursier --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8d3a7517b..490894e98 100644 --- a/build.sbt +++ b/build.sbt @@ -90,7 +90,7 @@ lazy val noPublish210Settings = Seq( ) lazy val baseCommonSettings = Seq( - organization := "com.github.alexarchambault", + organization := "io.get-coursier", resolvers ++= Seq( "Scalaz Bintray Repo" at "http://dl.bintray.com/scalaz/releases", Resolver.sonatypeRepo("releases")