Skip to content

Commit 74ac6be

Browse files
committed
upgrade deps
1 parent e9f60bc commit 74ac6be

4 files changed

Lines changed: 5 additions & 12 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
target/
22
out/
3+
project/project

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ resolvers += "lila-maven" at "https://raw.githubusercontent.com/ornicar/lila-mav
66

77
val akkaVersion = "2.6.10"
88

9-
libraryDependencies += "org.reactivemongo" %% "reactivemongo" % "1.0.1"
10-
libraryDependencies += "org.reactivemongo" %% "reactivemongo-akkastream" % "1.0.1"
9+
libraryDependencies += "org.reactivemongo" %% "reactivemongo" % "1.0.2"
10+
libraryDependencies += "org.reactivemongo" %% "reactivemongo-akkastream" % "1.0.2"
1111
libraryDependencies += "com.github.ornicar" %% "scalalib" % "7.0.2"
12-
libraryDependencies += "org.lichess" %% "scalachess" % "10.1.5"
12+
libraryDependencies += "org.lichess" %% "scalachess" % "10.1.6"
1313
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % akkaVersion
1414
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % akkaVersion
1515
libraryDependencies += "com.typesafe.akka" %% "akka-slf4j" % akkaVersion
1616
/* libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" */
17-
libraryDependencies += "joda-time" % "joda-time" % "2.10.8"
17+
libraryDependencies += "joda-time" % "joda-time" % "2.10.9"
1818
libraryDependencies += "org.lichess" %% "compression" % "1.6"

project/project/metals.sbt

Lines changed: 0 additions & 4 deletions
This file was deleted.

project/project/project/metals.sbt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)