From 2a5b89b541d164b80ce93e22400707f54b91e457 Mon Sep 17 00:00:00 2001 From: AdrianRaFo Date: Fri, 22 Sep 2017 01:02:45 +0200 Subject: [PATCH 1/2] Minor changes --- build.sbt | 2 +- macroid-docs/src/main/tut/index.md | 2 +- project/plugins.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 0c972c5..7f8e1be 100644 --- a/build.sbt +++ b/build.sbt @@ -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) diff --git a/macroid-docs/src/main/tut/index.md b/macroid-docs/src/main/tut/index.md index 7d78f26..48afd47 100644 --- a/macroid-docs/src/main/tut/index.md +++ b/macroid-docs/src/main/tut/index.md @@ -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) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4df1b48..a727b70 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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") From b5a1066f057cd221beb50e0ab643309d399892fd Mon Sep 17 00:00:00 2001 From: AdrianRaFo Date: Fri, 22 Sep 2017 01:11:27 +0200 Subject: [PATCH 2/2] Minor changes --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df498e9..ac4e043 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/build.sbt b/build.sbt index 7f8e1be..0c972c5 100644 --- a/build.sbt +++ b/build.sbt @@ -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)