Skip to content

Commit

Permalink
Update to Scala 2.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mkiedys committed Jan 11, 2016
1 parent e3c27c1 commit 047b13f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: scala
services:
- rabbitmq
scala:
- 2.10.5
- 2.10.6
- 2.11.7
jdk:
- oraclejdk7
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -4,7 +4,7 @@ sonatypeSettings

name := "reactive-rabbit"

version := "1.0.3"
version := "1.0.4"

organization := "io.scalac"

Expand All @@ -16,7 +16,7 @@ homepage := Some(url("https://github.com/ScalaConsultants/reactive-rabbit"))

scalaVersion := "2.11.7"

crossScalaVersions := Seq("2.10.5", "2.11.7")
crossScalaVersions := Seq("2.10.6", "2.11.7")

scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings", "-target:jvm-1.7")

Expand Down

0 comments on commit 047b13f

Please sign in to comment.