Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

Commit

Permalink
enable coursier and update to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Izawa committed Jan 9, 2018
1 parent 1404b9d commit c95d818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/plugins.sbt
Expand Up @@ -11,9 +11,9 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.1")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")

// sbt-coursier
if (System.getenv("COUSIER") == "true") Seq(
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC13")
) else Seq.empty
//if (System.getenv("COUSIER") == "true") Seq(
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0")
//) else Seq.empty

// for publish
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
Expand Down

0 comments on commit c95d818

Please sign in to comment.