-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added cross-build for Scala 2.11.5 (closes #80)
Updated Travis to test against Scala 2.11.5 (closes #84) Tweaked twitter/util and Specs2 dependencies (closes #85) Added License button to README (closes #83) Added Release button to README (closes #82) Added dedicated Vagrant setup (closes #81) Bumped SBT to 0.13.2 (closes #86) Removed Scala 2.9.2 support (closes #87)
- Loading branch information
1 parent
878a3d9
commit 17fa0cf
Showing
35 changed files
with
288 additions
and
142 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,5 @@ src_managed/ | |
project/boot/ | ||
project/plugins/project/ | ||
|
||
# Scala-IDE specific | ||
.scala_dependencies | ||
# Vagrant | ||
.vagrant/ |
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,8 @@ | ||
language: scala | ||
scala: | ||
- 2.9.2 | ||
- 2.9.3 | ||
- 2.10.0 | ||
- 2.10.1 | ||
- 2.11.5 | ||
jdk: | ||
- oraclejdk7 | ||
- openjdk6 | ||
|
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,3 +1,14 @@ | ||
Version 0.2.0 (2015-01-20) | ||
-------------------------- | ||
Added cross-build for Scala 2.11.5 (#80) | ||
Removed Scala 2.9.2 support (#87) | ||
Updated Travis to test against Scala 2.11.5 (#84) | ||
Tweaked twitter/util and Specs2 dependencies (#85) | ||
Added License button to README (#83) | ||
Added Release button to README (#82) | ||
Added dedicated Vagrant setup (#81) | ||
Bumped SBT to 0.13.2 (#86) | ||
|
||
Version 0.1.0 (2014-01-18) | ||
--------------------------- | ||
-------------------------- | ||
Initial release |
Oops, something went wrong.