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

Commit

Permalink
Merge pull request #5 from guardian/deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
piuccio committed Jul 18, 2016
2 parents 3cf721b + a1c1757 commit f1addb3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Expand Up @@ -6,23 +6,23 @@ organization := "com.gu"

licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0"))

scalaVersion := "2.11.7"
scalaVersion := "2.11.8"

crossScalaVersions := Seq("2.10.4", "2.11.4")
crossScalaVersions := Seq("2.11.4")

scalacOptions ++= Seq("-feature", "-deprecation", "-language:higherKinds", "-Xfatal-warnings")

val akkaVersion = "2.4.1"
val awsSdkVersion = "1.10.37"
val akkaVersion = "2.4.7"
val awsSdkVersion = "1.11.8"

libraryDependencies ++= Seq(
"com.amazonaws" % "aws-java-sdk-s3" % awsSdkVersion,
"com.typesafe.akka" %% "akka-actor" % akkaVersion,
"com.typesafe.akka" %% "akka-agent" % akkaVersion,
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion,
"net.liftweb" %% "lift-json" % "2.6.2",
"net.liftweb" %% "lift-json" % "2.6.3",
"org.mockito" % "mockito-all" % "1.10.19" % "test",
"org.scalatest" %% "scalatest" % "2.2.5" % "test"
"org.scalatest" %% "scalatest" % "2.2.6" % "test"
)

releaseProcess := Seq[ReleaseStep](
Expand Down

0 comments on commit f1addb3

Please sign in to comment.