From 6c4c038d488d6b886b636a80bd16275ef944f235 Mon Sep 17 00:00:00 2001 From: Simon Popugaev Date: Tue, 23 Jan 2024 20:31:17 +0300 Subject: [PATCH] update dependencies --- build.sbt | 10 +++++----- project/plugins.sbt | 6 +++--- project/project/sbt-updates.sbt | 1 + project/sbt-updates.sbt | 1 + 4 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 project/project/sbt-updates.sbt create mode 100644 project/sbt-updates.sbt diff --git a/build.sbt b/build.sbt index d4f7b21..158e038 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ inThisBuild( List( name := "ZIO Bson", organization := "dev.zio", - zioVersion := "2.0.16", + zioVersion := "2.0.21", ciEnabledBranches := Seq("main"), crossScalaVersions := Seq.empty, developers := List( @@ -18,9 +18,9 @@ inThisBuild( ) ) -val bsonVersion = "4.9.1" -val scalaCollectionCompatVersion = "2.10.0" -val magnoliaVersion = "1.1.3" +val bsonVersion = "4.11.1" +val scalaCollectionCompatVersion = "2.11.0" +val magnoliaVersion = "1.1.8" lazy val root = project .in(file(".")) @@ -38,7 +38,7 @@ lazy val `zio-bson` = project .settings(buildInfoSettings("zio.bson")) .settings(enableZIO()) .settings( - crossScalaVersions := Seq(scala212.value, scala213.value, "3.3.0"), + crossScalaVersions := Seq(scala212.value, scala213.value, "3.3.1"), libraryDependencies ++= Seq( "org.mongodb" % "bson" % bsonVersion, "org.scala-lang.modules" %% "scala-collection-compat" % scalaCollectionCompatVersion diff --git a/project/plugins.sbt b/project/plugins.sbt index c20086f..7aba6ed 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.11") -addSbtPlugin("dev.zio" % "zio-sbt-ci" % "0.4.0-alpha.11") -addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.11") +addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.0-alpha.21") +addSbtPlugin("dev.zio" % "zio-sbt-ci" % "0.4.0-alpha.21") +addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % "0.4.0-alpha.21") diff --git a/project/project/sbt-updates.sbt b/project/project/sbt-updates.sbt new file mode 100644 index 0000000..95f09fd --- /dev/null +++ b/project/project/sbt-updates.sbt @@ -0,0 +1 @@ +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3") diff --git a/project/sbt-updates.sbt b/project/sbt-updates.sbt new file mode 100644 index 0000000..95f09fd --- /dev/null +++ b/project/sbt-updates.sbt @@ -0,0 +1 @@ +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")