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 2a5b89b commit b5a1066
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 @@ -7,7 +7,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+`.

Latest version: `2.1.0`

Expand Down
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.5.4"
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.3.16"
)
.dependsOn(core)

Expand Down

0 comments on commit b5a1066

Please sign in to comment.