Skip to content

Commit

Permalink
Bump up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pocorall committed Aug 6, 2018
1 parent 6060e8b commit e296743
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 8,7 @@ object Dependencies {
val scaloid = "org.scaloid" %% "scaloid" % scaloidVersion

val robolectric = "org.robolectric" % "robolectric" % "2.4" % "test"
val scalaTest = "org.scalatest" %% "scalatest" % "2.2.5" % "test"
val scalaTest = "org.scalatest" %% "scalatest" % "3.0.4" % "test"
val junit = "junit" % "junit" % "4.12" % "test"
val junitInterface = "com.novocode" % "junit-interface" % "0.11" % "test"
}
Expand All @@ -23,8 23,8 @@ object ScaloidBuild extends Build {
organizationHomepage := Some(new URL("http://blog.scaloid.org")),
description := "Less Painful Android Development with Scala",
startYear := Some(2012),
scalaVersion := "2.11.8",
crossScalaVersions := Seq("2.11.8"), // only 2.11.x for now
scalaVersion := "2.11.12",
crossScalaVersions := Seq("2.11.12"), // only 2.11.x for now
version := scaloidVersion,
publishMavenStyle := true,
publishTo <<= version {
Expand Down Expand Up @@ -66,7 66,7 @@ object ScaloidBuild extends Build {
"-source", "1.6",
"-target", "1.6"),
resolvers = "Android Repository" at (new File(System.getenv("ANDROID_HOME")) / "extras" / "android" / "m2repository").getCanonicalFile.toURI.toString,
addCompilerPlugin("org.scalamacros" % "paradise" % "2.0.1" cross CrossVersion.full)
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full)
)

// configure prompt to show current project
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 1 @@
sbt.version=0.13.8
sbt.version=0.13.16

0 comments on commit e296743

Please sign in to comment.