forked from lihaoyi/Scalatex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Make build `+test` friendly. sbt 1.0 `+` uses the sbt-doge `very` semantics. - Remove scm info and add explicit depedency on sbt-git. Fixes "Duplicate scm" errors from sonatype encountered while publishing, explained here lihaoyi#60 (comment). sbt-git is pulled in transitively via sbt-ghpages, a recent release of sbt-git added a feature where scmInfo is automatically populated, see sbt/sbt-git#117 (comment) - I skipped 0.3.10 because of a `java.io.IOException: destination file exists and overwrite == false` error. I don't know where the destination file is, I've removed ~/.ivy2/local cache, target, ~/.m2 and the error still appears.
- Loading branch information
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
package scalatex | ||
object Constants{ | ||
val version = "0.3.11" | ||
val scalaTags = "0.6.2" | ||
val upickle = "0.4.4" | ||
val scala210 = "2.10.6" | ||
val scala211 = "2.11.11" | ||
val scala212 = "2.12.3" | ||
val version = "0.3.9" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters