Skip to content

Commit

Permalink
Update contributing guide to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Lövgren committed Jun 21, 2018
1 parent 61ee317 commit 1b3405c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ Following is a step-by-step guide on how to add a new module.

If the module won't support Scala.js or Scala Native, remove the unsupported platforms from `crossProject`, along with `jsSettings` and `nativeSettings`, and the `fooJS` and `fooNative` projects, respectively.

If the module won't support the default `crossScalaVersions` (Scala 2.10, 2.11, and 2.12), remove those versions from the project definition. Below is an example of how to remove support for Scala 2.10 (`scala210`, `scala211`, `scala212` are variables for the Scala versions used in the build).

```scala
.settings(scalaSettings ++ Seq(crossScalaVersions -= scala210))
```

If the module has a dependency on another library, add the dependency version to the variables section:

```scala
Expand Down

0 comments on commit 1b3405c

Please sign in to comment.