File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# elastic4s - Elasticsearch Scala Client
22
33[ ![ build] ( https://github.com/Philippus/elastic4s/workflows/build/badge.svg )] ( https://github.com/Philippus/elastic4s/actions/workflows/build.yml?query=workflow%3Abuild+branch%3Amain )
4- ![ Current Version] ( https://img.shields.io/badge/version-8.18.2 -brightgreen.svg?style=flat " 8.18.2 ")
4+ ![ Current Version] ( https://img.shields.io/badge/version-8.19.0 -brightgreen.svg?style=flat " 8.19.0 ")
55[ ![ Scala Steward badge] ( https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII= )] ( https://scala-steward.org )
66[ ![ License] ( https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat " Apache 2.0 ")] ( LICENSE )
77
@@ -35,6 +35,7 @@ Note that starting from versions 7.17.25 and 8.12.0 the group id has changed fro
3535
3636| Elastic Version | Scala 2.12 | Scala 2.13 | Scala 3 |
3737| -----------------| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
38+ | 8.19.x | [ <img src =" https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_2.12/8.19.svg?label=latest%208.19%20release%20for%202.12 " />] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22 ) | [ <img src =" https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_2.13/8.19.svg?label=latest%208.19%20release%20for%202.13 " />] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22 ) | [ <img src =" https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_3/8.19.svg?label=latest%208.19%20release%20for%203 " />] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3 ) |
3839| 8.18.x | [ <img src =" https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_2.12/8.18.svg?label=latest%208.18%20release%20for%202.12 " />] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22 ) | [ <img src =" https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_2.13/8.18.svg?label=latest%208.18%20release%20for%202.13 " />] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22 ) | [ <img src =" https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_3/8.18.svg?label=latest%208.18%20release%20for%203 " />] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3 ) |
3940| 8.17.x | [ <img src =" https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_2.12/8.17.svg?label=latest%208.17%20release%20for%202.12 " />] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22 ) | [ <img src =" https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_2.13/8.17.svg?label=latest%208.17%20release%20for%202.13 " />] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22 ) | [ <img src =" https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_3/8.17.svg?label=latest%208.17%20release%20for%203 " />] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3 ) |
4041| 8.16.x | [ <img src =" https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_2.12/8.16.svg?label=latest%208.16%20release%20for%202.12 " />] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.12%22 ) | [ <img src =" https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_2.13/8.16.svg?label=latest%208.16%20release%20for%202.13 " />] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_2.13%22 ) | [ <img src =" https://img.shields.io/maven-central/v/nl.gn0s1s/elastic4s-core_3/8.16.svg?label=latest%208.16%20release%20for%203 " />] ( http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elastic4s-core_3 ) |
Original file line number Diff line number Diff line change 1- ThisBuild / version := " 8.18.3-SNAPSHOT "
1+ ThisBuild / version := " 8.19.0 "
You can’t perform that action at this time.
0 commit comments