Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
ncurses4j 0.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Bob the Builder <releng@valotrading.com>
  • Loading branch information
valo-releng committed Jul 19, 2012
1 parent 8d7eb64 commit 035dc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ Amend your `build.sbt`:

resolvers += "ncurses4j Repository" at "http://valotrading.github.com/ncurses4j/maven"

libraryDependencies += "ncurses4j" % "ncurses4j" % "0.0.1-SNAPSHOT"
libraryDependencies += "ncurses4j" % "ncurses4j" % "0.0.1"


License
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ organization := "ncurses4j"

name := "ncurses4j"

version := "0.0.1-SNAPSHOT"
version := "0.0.1"

libraryDependencies += "net.java.dev.jna" % "jna" % "3.0.9"

Expand Down

0 comments on commit 035dc94

Please sign in to comment.