Skip to content

Commit

Permalink
Release "0.1.16.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
lashchenko committed Aug 15, 2023
1 parent 22bdaf5 commit 6105ebd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This extension created on top of official [MongoDB Scala Driver](http://mongodb.
```scala
// build.sbt
// https://mvnrepository.com/artifact/io.github.greenleafoss/green-leaf-mongo
libraryDependencies += "io.github.greenleafoss" %% "green-leaf-mongo" % "0.1.13"
libraryDependencies += "io.github.greenleafoss" %% "green-leaf-mongo" % "0.1.16.1"
```

## JSON and BSON protocols
Expand Down
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

name := "green-leaf-mongo"

version := "0.1.13"
version := "0.1.16.1"

description := "This extension created on top of official MongoDB Scala Driver, allows to fully utilize Spray JSON and represents bidirectional serialization for case classes in BSON, as well as flexible DSL for MongoDB query operators, documents and collections."
licenses := List("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt"))
Expand Down Expand Up @@ -41,7 +41,6 @@ publishMavenStyle := true

publishConfiguration := publishConfiguration.value.withOverwrite(true)


scalaVersion := "3.3.0"

crossScalaVersions := Seq("2.12.18", "2.13.11")
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

0 comments on commit 6105ebd

Please sign in to comment.