Skip to content

Commit 6ac13c8

Browse files
committed
Bumped version
1 parent f102aa7 commit 6ac13c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ object ScalaCSVProject extends Build {
88
base = file ("."),
99
settings = Defaults.defaultSettings ++ Seq (
1010
name := "scala-csv",
11-
version := "1.0.0",
12-
scalaVersion := "2.10.3",
11+
version := "1.1.0-SNAPSHOT",
12+
scalaVersion := "2.11.0",
1313
crossScalaVersions := Seq("2.11.0", "2.10.3", "2.9.1", "2.9.2", "2.9.3"),
1414
organization := "com.github.tototoshi",
1515
libraryDependencies += (

0 commit comments

Comments
 (0)