We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b3d85 commit 371715aCopy full SHA for 371715a
README.md
@@ -11,7 +11,7 @@ It is in a very early stage and all the contributions are welcome.
11
12
Import on SBT:
13
14
- "com.codacy" %% "bitbucket-scala-client" % "1.3.3"
+ "com.codacy" %% "bitbucket-scala-client" % "1.5.0"
15
16
### Creators
17
build.sbt
@@ -2,7 +2,7 @@ import Dependencies._
2
3
name := """bitbucket-scala-client"""
4
5
-version := "1.4.0"
+version := "1.5.0"
6
7
scalaVersion := "2.10.5"
8
0 commit comments