Skip to content

Commit 6a910a4

Browse files
committed
Releasing lift-jquery-module v2.19 for Lift 3.0 / Scala 2.12
1 parent 71d9ae6 commit 6a910a4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ libraryDependencies <++= (scalaVersion,liftVersion) { (sv,lv) =>
3434
case ("2.9.2",_) | ("2.9.1",_) | ("2.9.1-1",_) => "org.specs2" %% "specs2" % "1.12.3" % "test"
3535
case ("2.10.4",_) => "org.specs2" %% "specs2" % "1.13" % "test"
3636
case (_,"2.6.2") => "org.specs2" %% "specs2" % "2.3.11" % "test"
37-
case (_,_) => "org.specs2" %% "specs2" % "3.7" % "test"
37+
case (_,_) => "org.specs2" %% "specs2-core" % "3.8.6" % "test"
38+
// case (_,_) => "org.specs2" %% "specs2" % "3.7" % "test"
3839
}) ::
3940
((sv,lv) match {
4041
case ("2.10.4",_) | ("2.9.2",_) | ("2.9.1",_) | ("2.9.1-1",_) => "org.scalacheck" %% "scalacheck" % "1.10.0" % "test"
4142
case (_,"2.6.2") => "org.scalacheck" %% "scalacheck" % "1.11.4" % "test"
42-
case (_,_) => "org.specs2" %% "specs2-scalacheck" % "3.7" % "test"
43+
case (_,_) => "org.specs2" %% "specs2-scalacheck" % "3.8.6" % "test"
4344
}) ::
4445
Nil
4546
}

project/autobuildscript/build-publish-Lift3.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ alias pub=publish-signed
22

33
set version in ThisBuild:="2.10"
44

5-
set liftVersion in ThisBuild:="3.0-RC3"
5+
set liftVersion in ThisBuild:="3.0.1"
66

7-
set scalaVersion in ThisBuild:="2.11.7"
7+
set scalaVersion in ThisBuild:="2.12.1"
88

99
project lift-jquery-module
1010
set parallelExecution in Test := false

0 commit comments

Comments
 (0)