Skip to content

Commit

Permalink
Release 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pocorall committed Mar 7, 2016
1 parent 7e1d63e commit ec530e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Keys._
object Dependencies {
val android = "com.google.android" % "android" % "4.1.1.4" % "provided"
val android_support_v4 = "com.google.android" % "support-v4" % "r7" % "provided"
val scaloidVersion = "4.2-SNAPSHOT"
val scaloidVersion = "4.2"
val scaloid = "org.scaloid" %% "scaloid" % scaloidVersion

val robolectric = "org.robolectric" % "robolectric" % "2.4" % "test"
Expand Down

0 comments on commit ec530e2

Please sign in to comment.