From 6105ebde8521fff9b0dfbb18cea705cbd85d284c Mon Sep 17 00:00:00 2001 From: Andrii Lashchenko Date: Tue, 15 Aug 2023 22:26:53 +0300 Subject: [PATCH] Release "0.1.16.1" --- README.md | 2 +- build.sbt | 3 +-- project/plugins.sbt | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 311b0bd..632c582 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sbt b/build.sbt index 6ea81ec..56e7bb6 100644 --- a/build.sbt +++ b/build.sbt @@ -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")) @@ -41,7 +41,6 @@ publishMavenStyle := true publishConfiguration := publishConfiguration.value.withOverwrite(true) - scalaVersion := "3.3.0" crossScalaVersions := Seq("2.12.18", "2.13.11") diff --git a/project/plugins.sbt b/project/plugins.sbt index 39e9a2f..f2f5eb2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")