Skip to content

Commit 362dfbf

Browse files
committed
added cross build support for 2.9.1
1 parent 466be37 commit 362dfbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/ScalaRedisProject.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ object ScalaRedisProject extends Build
99
lazy val commonSettings: Seq[Setting[_]] = Seq(
1010
organization := "net.debasishg",
1111
version := "2.7",
12-
scalaVersion := "2.9.2",
12+
// scalaVersion := "2.9.2",
13+
crossScalaVersions := Seq("2.9.2", "2.9.1"),
1314
scalacOptions ++= Seq("-deprecation", "-unchecked"),
1415
resolvers ++= Seq(twitterRepo)
1516
)

0 commit comments

Comments
 (0)