Skip to content

Commit

Permalink
Merge pull request #43 from 47deg/javi-new-snapshot
Browse files Browse the repository at this point in the history
New 0.4-SNAPSHOT
  • Loading branch information
Javi Pacheco committed May 26, 2016
2 parents c1188c0 + 35cd936 commit 6f2ae9d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,18 @@ libraryDependencies ++= Seq(

```

If you want to use the SNAPSHOT version you need to add the Sonatype SNAPSHOT repo

```scala

resolvers +=
"Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies ++= Seq(
aar("com.fortysevendeg" %% "macroid-extras" % "0.4-SNAPSHOT")

```

License
======

Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
@@ -1,6 +1,6 @@
object Versions {

val appV = "0.3"
val appV = "0.4-SNAPSHOT"
val scalaV = "2.11.7"
val androidPlatformV = "android-23"
val androidV = "23.2.1"
Expand Down

0 comments on commit 6f2ae9d

Please sign in to comment.