Skip to content

Commit

Permalink
Incopatible Akka stream lib removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed Apr 26, 2020
1 parent a4ca3f3 commit 0b77c4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The service currently supports 5 calls
All you need is **Scala 2.11**. To pull the library you have to add the following dependency to *build.sbt*

```
"com.bnd-lib" %% "scala-basecamp-3-client" % "0.0.1"
"com.bnd-lib" %% "scala-basecamp-3-client" % "0.0.2"
```

or to *pom.xml* (if you use maven)
Expand All @@ -21,6 +21,6 @@ or to *pom.xml* (if you use maven)
<dependency>
<groupId>com.bnd-lib</groupId>
<artifactId>scala-basecamp-3-client_2.11</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "com.bnd-lib"

name := "scala-basecamp-3-client"

version := "0.0.1"
version := "0.0.2"

description := "Scala client for Basecamp 3 API implemented using Play WS lib."

Expand All @@ -16,7 +16,6 @@ resolvers ++= Seq(
)

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream" % "2.5.19", // Akka streaming
"com.typesafe.play" %% "play-ws" % "2.5.9" exclude("commons-logging", "commons-logging"), // WS
"net.codingwell" %% "scala-guice" % "4.0.1", // Guice
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2", // Logging
Expand Down

0 comments on commit 0b77c4a

Please sign in to comment.