Skip to content
Commit 5c81c46a authored by Boris Byk's avatar Boris Byk
Browse files

Enable cross-build

According to
[Cross-Build](http://www.scala-sbt.org/0.12.1/docs/Detailed-Topics/Cross-Build.html) it
is possible to make sbt build through a set of target scala versions and
according to
[Library-Deps](http://www.scala-sbt.org/0.12.1/docs/Getting-Started/Library-Dependencies.html#getting-the-right-scala-version-with)
the current Scala version is use can be applied to a dependency.

I ran

```
sbt clean; sbt +test;
```

and it was successful. The plus sign is there to enable the cross-build.
parent c8eec4a2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment