File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name := """ sprechen"""
2
2
3
- version := " 0.2.3 "
3
+ version := " 0.3.0 "
4
4
5
5
lazy val root = (project in file(" ." )).enablePlugins(PlayScala )
6
6
7
- scalaVersion := " 2.11.7 "
7
+ scalaVersion := " 2.11.8 "
8
8
9
9
libraryDependencies ++= Seq (
10
10
ws,
11
11
" org.mindrot" % " jbcrypt" % " 0.3m" ,
12
- " org.reactivemongo" %% " play2-reactivemongo" % " 0.11.11 " ,
12
+ " org.reactivemongo" %% " play2-reactivemongo" % " 0.11.14 " ,
13
13
" org.scalatestplus.play" %% " scalatestplus-play" % " 1.5.1" % Test ,
14
14
" org.mockito" % " mockito-all" % " 1.10.19" % Test ,
15
15
specs2 % Test ,
16
- " de.flapdoodle.embed" % " de.flapdoodle.embed.mongo" % " 1.50.3 "
16
+ " de.flapdoodle.embed" % " de.flapdoodle.embed.mongo" % " 1.50.5 "
17
17
)
18
18
19
19
resolvers += " scalaz-bintray" at " http://dl.bintray.com/scalaz/releases"
Original file line number Diff line number Diff line change 1
1
// The Play plugin
2
- addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.5.2 " )
2
+ addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.5.8 " )
You can’t perform that action at this time.
0 commit comments