Skip to content

Commit

Permalink
Release for Scala 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi committed Mar 5, 2013
1 parent bf526be commit b68a4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,6 +1,7 @@
language: scala
scala:
- "2.10.0"
- "2.9.3"
- "2.9.2"
- "2.9.1"
jdk:
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -9,7 +9,7 @@ object ScalaCSVProject extends Build {
settings = Defaults.defaultSettings ++ Seq (
name := "scala-csv",
version := "0.7.0",
crossScalaVersions := Seq("2.9.1", "2.9.2", "2.10.0"),
crossScalaVersions := Seq("2.9.1", "2.9.2", "2.9.3", "2.10.0"),
organization := "com.github.tototoshi",
libraryDependencies ++= Seq(
"net.sf.opencsv" % "opencsv" % "2.3",
Expand Down

0 comments on commit b68a4d0

Please sign in to comment.