Skip to content

Commit

Permalink
minor: bump version numbers for aws-java-sdk and scala
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhjames committed Nov 19, 2014
1 parent d47e7d9 commit b58004f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ organization in ThisBuild := "com.pellucid"

licenses in ThisBuild += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))

version in ThisBuild := "0.6.1"
version in ThisBuild := "0.6.2"

scalaVersion in ThisBuild := "2.11.1"
scalaVersion in ThisBuild := "2.11.4"

crossScalaVersions in ThisBuild := Seq("2.10.4", "2.11.1")
crossScalaVersions in ThisBuild := Seq("2.10.4", "2.11.4")

scalacOptions in ThisBuild ++= Seq("-feature", "-deprecation", "-unchecked")

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {

object V {
val awsJavaSDK = "1.8.5"
val awsJavaSDK = "1.8.11"

val jodaTime = "2.3"
val jodaConvert = "1.6"
Expand Down

0 comments on commit b58004f

Please sign in to comment.