Skip to content

Commit

Permalink
add bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
memo33 committed Aug 3, 2020
1 parent f6b89fd commit 005191b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ about twice as fast.
Usage
-----

Add this to SBT:
Add this to `build.sbt`:

resolvers += "memo33-gdrive-repo" at "https://googledrive.com/host/0B9r6o2oTyY34ZVc4SFBWMV9yb0E/repo/releases/"

libraryDependencies += "com.github.memo33" % "jsquish" % "2.0.0"

Or download directly at "https://googledrive.com/host/0B9r6o2oTyY34ZVc4SFBWMV9yb0E/repo/releases/com/github/memo33/jsquish/".
resolvers += "memo33-bintray" at "http://dl.bintray.com/memo33/maven"

libraryDependencies += "com.github.memo33" % "jsquish" % "2.0.1"
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name := "jsquish"

organization := "com.github.memo33"

version := "2.0.0"
version := "2.0.1"

licenses += ("BSD 3-Clause", url("https://opensource.org/licenses/BSD-3-Clause"))

scalaVersion := "2.11.8"

Expand Down
1 change: 1 addition & 0 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sbt.version=0.13.16
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.6")

0 comments on commit 005191b

Please sign in to comment.