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

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update scala and akka version and
  • Loading branch information
mchv committed Dec 27, 2018
1 parent 1417cb0 commit 0a7568d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -6,13 +6,13 @@ organization := "com.gu"

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

scalaVersion := "2.12.4"
scalaVersion := "2.12.8"

crossScalaVersions := Seq("2.11.12")

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

val akkaVersion = "2.5.9"
val akkaVersion = "2.5.19"
val awsSdkVersion = "1.11.280"

libraryDependencies ++= Seq(
Expand All @@ -38,4 +38,4 @@ releaseProcess := Seq[ReleaseStep](
commitNextVersion,
ReleaseStep(action = Command.process("sonatypeReleaseAll", _)),
pushChanges
)
)

0 comments on commit 0a7568d

Please sign in to comment.