From 9187569e629c5c7e9afed306a7ce68258cfb1372 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Fri, 1 Mar 2024 10:10:49 +0100 Subject: [PATCH] scala 3.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c24b363c..f5b4e0e3 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val pekkoVersion = "1.0.2" val kamonVersion = "2.7.0" val nettyVersion = "4.1.107.Final" -scalaVersion := "3.3.1" +scalaVersion := "3.3.3" libraryDependencies += "org.reactivemongo" %% "reactivemongo" % "1.1.0-RC12" exclude ("org.scala-lang.modules", "scala-java8-compat_2.13") libraryDependencies += "org.reactivemongo" % s"reactivemongo-shaded-native-$os-$arch" % "1.1.0-RC12"