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

Commit

Permalink
Releasing version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSfregola committed Nov 27, 2015
1 parent 132080a commit ce4ad39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resolvers += "Sonatype OSS Releases" at
Also, you need to include the library as your dependency:
```scala
libraryDependencies ++= Seq(
"com.danielasfregola" %% "twitter4s" % "0.1-SNAPSHOT"
"com.danielasfregola" %% "twitter4s" % "0.1"
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "twitter4s"

version := "0.1-SNAPSHOT"
version := "0.1"

scalaVersion := "2.11.7"

Expand Down
2 changes: 1 addition & 1 deletion project/Twitter4s.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object Dependencies {

object Twitter4s extends Build {

val v = "0.1-SNAPSHOT"
val v = "0.1"

lazy val standardSettings = Defaults.defaultSettings ++
Seq(
Expand Down

0 comments on commit ce4ad39

Please sign in to comment.