Skip to content

Commit

Permalink
Added cross-build for Scala 2.11.5 (closes #80)
Browse files Browse the repository at this point in the history
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
alexanderdean committed Jan 20, 2015
1 parent 878a3d9 commit c7b4cc9
Show file tree
Hide file tree
Showing 35 changed files with 288 additions and 142 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ src_managed/
project/boot/
project/plugins/project/

# Scala-IDE specific
.scala_dependencies
# Vagrant
.vagrant/
3 changes: 1 addition & 2 deletions .travis.yml
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
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 0.1.1 (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
Loading

0 comments on commit c7b4cc9

Please sign in to comment.