File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 33
44## Versions
55
6+ ### 2.5.0
7+ * Github namespace changed to mongocamp organization, name changes to mongocamp-driver-mongodb
8+ * * mongo-scala-driver [ 4.7.0] ( https://mongodb.github.io/mongo-java-driver/4.7/driver-scala/ )
9+
610### 2.4.0
711* Github namespace changed to mongocamp organization, name changes to mongocamp-driver-mongodb
812* * mongo-scala-driver [ 4.6.0] ( https://mongodb.github.io/mongo-java-driver/4.5/driver-scala/ )
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ libraryDependencies ++= Seq(
9494 " io.circe" %% " circe-parser"
9595).map(_ % circeVersion % Test )
9696
97- libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.6.1 "
97+ libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.7.0 "
9898
9999libraryDependencies += " org.xerial.snappy" % " snappy-java" % " 1.1.8.4" % Provided
100100
Original file line number Diff line number Diff line change 11{
22 "name" : " mongodb-driver" ,
3- "version" : " 2.4.10.snapshot " ,
3+ "version" : " 2.5.0 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git+https://github.com/MongoCamp/mongodb-driver.git"
Original file line number Diff line number Diff line change @@ -8,19 +8,19 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
88
99// updates
1010
11- addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.2 " )
11+ addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.3 " )
1212
1313addSbtPlugin(" com.github.fedragon" % " sbt-todolist" % " 0.7" )
1414
1515// Release
16- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.12 " )
16+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.13 " )
1717
18- addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.0 .1" )
18+ addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.1 .1" )
1919
2020addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.13" )
2121
2222// paradox
23- addSbtPlugin(" com.lightbend.paradox" % " sbt-paradox" % " 0.9 .2" )
23+ addSbtPlugin(" com.lightbend.paradox" % " sbt-paradox" % " 0.10 .2" )
2424
2525addSbtPlugin(" io.github.jonas" % " sbt-paradox-material-theme" % " 0.6.0" )
2626
You can’t perform that action at this time.
0 commit comments