Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi committed May 5, 2013
1 parent a7568de commit 10937f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object ScalaCSVProject extends Build {
base = file ("."),
settings = Defaults.defaultSettings ++ Seq (
name := "scala-csv",
version := "0.7.1",
version := "0.8.0",
crossScalaVersions := Seq("2.9.1", "2.9.2", "2.9.3", "2.10.0"),
organization := "com.github.tototoshi",
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 10937f7

Please sign in to comment.