8000 Bumped version to 0.2.0 · randomcoding/scala-utilities@2bf58a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bf58a9

Browse files
committed
Bumped version to 0.2.0
1 parent 0462139 commit 2bf58a9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md renamed to Readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ These utilities are currently aimed at the use of Lift and/or MongoDB.
1414
## Usage
1515
You will require [sbt](https://github.com/sbt/sbt).
1616

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`
1820

1921
Add a dependency to your other project's `build.sbt` file:
2022

2123
```
2224
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"
2527
)
2628
```
2729

project/BuildSettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import com.typesafe.sbteclipse.core.EclipsePlugin._
99
object BuildSettings {
1010

1111
val buildOrganization = "uk.co.randomcoding"
12-
val buildVersion = "0.2.0-SNAPSHOT"
12+
val buildVersion = "0.2.0"
1313
val buildScalaVersion = "2.10.1"
1414

1515
val buildSettings = Defaults.defaultSettings ++ Seq(

0 commit comments

Comments
 (0)
0