Skip to content

Commit

Permalink
bump version, note on building
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrodnek committed Feb 20, 2015
1 parent 13daf9e commit 3c4e4ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "com.bizo"

name := "dependency-repository-indexer"

version := "0.0.2.3"
version := "0.0.2.4"

scalaVersion := "2.10.3"

Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ This is an open source re-implementation of a previous [dependency search projec
The basic idea is to provide a search mechanism for internal ivy repositories.

The original project itself was a hackday thing, and there have been a few things I've wanted to add/change that have been difficult with the current codebase. I'm hoping the second time around will be better :). That said, this is still very much a work-in-progress and also hastily hacked together :).

## Building

`sbt pack-archive` will create a .tar.gz

0 comments on commit 3c4e4ef

Please sign in to comment.