|
Scala example source code file (plugins.sbt)
The plugins.sbt Scala example source codescalacOptions += "-deprecation" addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.8") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3") addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.0") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "0.2.2") // https://github.com/sbt/sbt/issues/2217 fullResolvers ~= {_.filterNot(_.name == "jcenter")} Other Scala examples (source code examples)Here is a short list of links related to this Scala plugins.sbt source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.