Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianRaFo committed Sep 21, 2017
1 parent bbfc006 commit 2a5b89b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ lazy val akka = (project in file("macroid-akka"))
unmanagedClasspath in Test ++= (bootClasspath in Android).value,
homepage := Some(
url("http://47deg.github.io/macroid/docs/modules/Akka.html")),
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.3.16"
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.5.4"
)
.dependsOn(core)

Expand Down
2 changes: 1 addition & 1 deletion macroid-docs/src/main/tut/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Scala macros.

Striving to be focused on one thing (GUI), Macroid promotes composability and high-level abstractions.

Prerequisites: Scala `2.10.x` or `2.11.x`, Android `API 9+`.
Prerequisites: Scala `2.10.x` or `2.11.x`, Android `API 19+`.

[![Join the chat at https://gitter.im/macroid/macroid](https://img.shields.io/badge/GITTER-Join%20chat%20→-brightgreen.svg?style=flat)](https://gitter.im/47deg/macroid?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-android" % "sbt-android" % "1.7.8")
addSbtPlugin("org.scala-android" % "sbt-android" % "1.7.10")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")

Expand Down

0 comments on commit 2a5b89b

Please sign in to comment.