mirror of https://github.com/sbt/sbt.git
Switch to case-app 0.3.0
This commit is contained in:
parent
5242573bd9
commit
67d20a2cb0
|
|
@ -59,8 +59,10 @@ object CoursierBuild extends Build {
|
||||||
organization := "com.github.alexarchambault",
|
organization := "com.github.alexarchambault",
|
||||||
scalaVersion := "2.11.6",
|
scalaVersion := "2.11.6",
|
||||||
crossScalaVersions := Seq("2.10.5", "2.11.6"),
|
crossScalaVersions := Seq("2.10.5", "2.11.6"),
|
||||||
resolvers += "Scalaz Bintray Repo" at "http://dl.bintray.com/scalaz/releases",
|
resolvers ++= Seq(
|
||||||
resolvers += Resolver.sonatypeRepo("snapshots")
|
"Scalaz Bintray Repo" at "http://dl.bintray.com/scalaz/releases",
|
||||||
|
Resolver.sonatypeRepo("releases")
|
||||||
|
)
|
||||||
) ++ publishingSettings
|
) ++ publishingSettings
|
||||||
|
|
||||||
private lazy val commonCoreSettings = commonSettings ++ Seq[Setting[_]](
|
private lazy val commonCoreSettings = commonSettings ++ Seq[Setting[_]](
|
||||||
|
|
@ -124,7 +126,7 @@ object CoursierBuild extends Build {
|
||||||
.settings(
|
.settings(
|
||||||
name := "coursier-cli",
|
name := "coursier-cli",
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.github.alexarchambault" %% "case-app" % "0.3.0-SNAPSHOT",
|
"com.github.alexarchambault" %% "case-app" % "0.3.0",
|
||||||
"ch.qos.logback" % "logback-classic" % "1.1.3"
|
"ch.qos.logback" % "logback-classic" % "1.1.3"
|
||||||
) ++ {
|
) ++ {
|
||||||
if (scalaVersion.value startsWith "2.10.")
|
if (scalaVersion.value startsWith "2.10.")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue