File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,16 @@ These utilities are currently aimed at the use of Lift and/or MongoDB.
14
14
## Usage
15
15
You will require [ sbt] ( https://github.com/sbt/sbt ) .
16
16
17
- Clone this project and then enter ` sbt +publish-local ` (this will run the cross build for Scala 2.9.1 and 2.9.2)
17
+ The build is for Scala 2.10.x
18
+
19
+ Clone this project and then enter ` sbt publish-local `
18
20
19
21
Add a dependency to your other project's ` build.sbt ` file:
20
22
21
23
```
22
24
libraryDependencies ++= Seq(
23
- "uk.co.randomcoding" %% "scala-utilities-core" % "0.1.0-SNAPSHOT ",
24
- "uk.co.randomcoding" %% "scala-utilities-lift" % "0.1.0-SNAPSHOT "
25
+ "uk.co.randomcoding" %% "scala-utilities-core" % "0.2.0 ",
26
+ "uk.co.randomcoding" %% "scala-utilities-lift" % "0.2.0 "
25
27
)
26
28
```
27
29
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import com.typesafe.sbteclipse.core.EclipsePlugin._
9
9
object BuildSettings {
10
10
11
11
val buildOrganization = " uk.co.randomcoding"
12
- val buildVersion = " 0.2.0-SNAPSHOT "
12
+ val buildVersion = " 0.2.0"
13
13
val buildScalaVersion = " 2.10.1"
14
14
15
15
val buildSettings = Defaults .defaultSettings ++ Seq (
You can’t perform that action at this time.
0 commit comments