Skip to content

Commit 3697f9d

Browse files
committed
deps upgraded
1 parent e6a5d54 commit 3697f9d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.sbt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name := """sprechen"""
22

3-
version := "0.2.3"
3+
version := "0.3.0"
44

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

7-
scalaVersion := "2.11.7"
7+
scalaVersion := "2.11.8"
88

99
libraryDependencies ++= Seq(
1010
ws,
1111
"org.mindrot" % "jbcrypt" % "0.3m",
12-
"org.reactivemongo" %% "play2-reactivemongo" % "0.11.11",
12+
"org.reactivemongo" %% "play2-reactivemongo" % "0.11.14",
1313
"org.scalatestplus.play" %% "scalatestplus-play" % "1.5.1" % Test,
1414
"org.mockito" % "mockito-all" % "1.10.19" % Test,
1515
specs2 % Test,
16-
"de.flapdoodle.embed" % "de.flapdoodle.embed.mongo" % "1.50.3"
16+
"de.flapdoodle.embed" % "de.flapdoodle.embed.mongo" % "1.50.5"
1717
)
1818

1919
resolvers += "scalaz-bintray" at "http://dl.bintray.com/scalaz/releases"

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// The Play plugin
2-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.2")
2+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.8")

0 commit comments

Comments
 (0)