Skip to content

Commit

Permalink
Migration to sbt 0.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
paradigmatic committed Aug 18, 2011
1 parent 531530d commit 4425e1f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
Changelog
=========

Version 0.6.0 - 2007-07-11
Version 0.6.1 - 2011-08-18
--------------------------

### Build process

- Moved to SBT 0.10.x


Version 0.6.0 - 2011-07-11
--------------------------

First stable version.
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ are interested, let me know.

The dependency line is:

"org.streum" % "configrity_2.9.0" % "0.6.0"
"org.streum" % "configrity_2.9.0" % "0.6.1"

### From Maven ###

Expand All @@ -64,18 +64,17 @@ The dependency section is:
<dependency>
<groupId>org.streum</groupId>
<artifactId>configrity_2.9.0</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>

### From source (master branch) ###

To install Configrity you just need a working java installation (tested with
JDK 1.6, but should work with 1.5) and SBT:
JDK 1.6, but should work with 1.5) and SBT **0.10.x**:

$ git clone git://github.com/paradigmatic/Configrity.git
$ cd Configrity
$ sbt
> update
> test
> doc
> package
Expand Down

0 comments on commit 4425e1f

Please sign in to comment.