Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
re-enable 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jul 30, 2015
1 parent 2ec1fe7 commit 8b300f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ before_script:
- "export JAVA_OPTS='-Xmx512m -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M'"
language: scala
scala:
- 2.10.4
- 2.10.5
- 2.11.7
jdk:
- openjdk6
cache:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resolvers += "softprops-maven" at "http://dl.bintray.com/content/softprops/maven

libraryDependencies ++= Seq(
"me.lessis" %% "base64" % "0.2.0",
"org.json4s" %% "json4s-native" % "3.2.5",
"org.json4s" %% "json4s-native" % "3.2.11",
"org.scalatest" %% "scalatest" % "2.2.1" % "test"
)

Expand Down

0 comments on commit 8b300f8

Please sign in to comment.