Skip to content
This repository has been archived by the owner on Sep 19, 2021. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Apr 19, 2017
1 parent eb635cd commit 39b9641
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### releasing steps

```
jenv shell 1.7
sbt
> clean
> ++2.10.6
> publishSigned
> ++2.11.11
> publishSigned
> exit
jenv shell 1.8
sbt
> ++2.12.2
> publishSigned
```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A scala interface for the [bintray](https://bintray.com) [api](https://bintray.c
add the following to your sbt build definition

```scala
libraryDependencies += "me.lessis" %% "bintry" % "0.4.0"
libraryDependencies += "org.foundweekends" %% "bintry" % "0.5.0"
```

# usage
Expand Down

0 comments on commit 39b9641

Please sign in to comment.