Skip to content

Commit e3019aa

Browse files
committed
Merge branch 'master' of github.com:lichess-org/lila
* 'master' of github.com:lichess-org/lila: Update reactivemongo-akkastream, ... to 1.1.0-RC12 Update netty-transport-native-epoll to 4.1.104.Final Update lettuce-core to 6.3.1.RELEASE Update google-auth-library-oauth2-http to 1.22.0
2 parents 37de69e + 35d1a7c commit e3019aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project/Dependencies.scala

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ object Dependencies {
2323
val prismic = "io.prismic" %% "scala-kit" % "1.2.19_lila-3.2"
2424
val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.1.8" % "compile"
2525
val scaffeine = "com.github.blemale" %% "scaffeine" % "5.2.1" % "compile"
26-
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "1.20.0"
26+
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "1.22.0"
2727
val galimatias = "io.mola.galimatias" % "galimatias" % "0.2.2-NF"
2828
val scalatags = "com.lihaoyi" %% "scalatags" % "0.12.0"
29-
val lettuce = "io.lettuce" % "lettuce-core" % "6.3.0.RELEASE"
29+
val lettuce = "io.lettuce" % "lettuce-core" % "6.3.1.RELEASE"
3030
val nettyTransport =
31-
"io.netty" % s"netty-transport-native-$notifier" % "4.1.101.Final" classifier s"$os-$arch"
31+
"io.netty" % s"netty-transport-native-$notifier" % "4.1.104.Final" classifier s"$os-$arch"
3232
val munit = "org.scalameta" %% "munit" % "1.0.0-M10" % Test
3333
val uaparser = "org.uaparser" %% "uap-scala" % "0.16.0"
3434
val apacheText = "org.apache.commons" % "commons-text" % "1.11.0"
@@ -59,7 +59,7 @@ object Dependencies {
5959

6060
object reactivemongo {
6161
val driver = "org.reactivemongo" %% "reactivemongo" % "1.1.0-RC11"
62-
val stream = "org.reactivemongo" %% "reactivemongo-akkastream" % "1.1.0-RC11"
62+
val stream = "org.reactivemongo" %% "reactivemongo-akkastream" % "1.1.0-RC12"
6363
val shaded = "org.reactivemongo" % s"reactivemongo-shaded-native-$os-$dashArch" % "1.1.0-RC11"
6464
// val kamon = "org.reactivemongo" %% "reactivemongo-kamon" % "1.0.8"
6565
def bundle = Seq(driver, stream)

0 commit comments

Comments
 (0)