Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
Update some libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
JCranky committed Mar 16, 2018
1 parent e447c33 commit 3714f70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ version := "1.0-SNAPSHOT"

lazy val root = (project in file(".")).enablePlugins(PlayScala)

scalaVersion := "2.11.6"
scalaVersion := "2.11.12"

libraryDependencies ++= Seq(
cache,
jdbc,
anorm,
"com.amazonaws" % "aws-java-sdk" % "1.9.31",
"com.typesafe.play" %% "play-mailer" % "2.4.0",
"com.amazonaws" % "aws-java-sdk" % "1.11.296",
"com.typesafe.play" %% "play-mailer" % "2.4.1",
"org.webjars" %% "webjars-play" % "2.3.0-2",
"org.webjars" % "jquery" % "2.1.3",
"org.webjars" % "bootstrap" % "3.3.4",
"org.webjars" % "bootstrap" % "3.3.7",
"postgresql" % "postgresql" % "9.1-901.jdbc4" % "runtime",
"org.mockito" % "mockito-core" % "1.10.19" % "test"
)
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.13
sbt.version=0.13.17

0 comments on commit 3714f70

Please sign in to comment.