Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Commit

Permalink
Changed next release version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSfregola committed Dec 4, 2017
1 parent 40052f3 commit 36926d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ resolvers += Resolver.sonatypeRepo("snapshots")

Then, add the library as your dependency:
```scala
libraryDependencies += "com.danielasfregola" %% "twitter4s" % "6.0-SNAPSHOT"
libraryDependencies += "com.danielasfregola" %% "twitter4s" % "5.3-SNAPSHOT"
```

Coming up Features
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.sbt.SbtGit.{GitKeys => git}

name := "twitter4s"
version := "6.0-SNAPSHOT"
version := "5.3-SNAPSHOT"

scalaVersion := "2.12.1"

Expand Down

0 comments on commit 36926d2

Please sign in to comment.