Skip to content

Commit

Permalink
Merge pull request #52 from zio/update-versions
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
senia-psm authored Jan 23, 2024
2 parents 5d3170d + 6c4c038 commit c4d00c5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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("."))
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")
1 change: 1 addition & 0 deletions project/project/sbt-updates.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")
1 change: 1 addition & 0 deletions project/sbt-updates.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")

0 comments on commit c4d00c5

Please sign in to comment.