From 71f93a680dcac88d4e902e68f754d1efffd24cf2 Mon Sep 17 00:00:00 2001 From: Yannick Heiber Date: Thu, 18 Aug 2022 15:56:00 +0200 Subject: [PATCH] Update README New group ID and CI leads to new badges and build.sbt snippets. --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5275232..fec5ded 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # geo-scala -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.free2move/geo-scala-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.free2move/geo-scala-core_2.12) -[![Build Status](https://travis-ci.com/Free2MoveApp/geo-scala.svg?branch=master)](https://travis-ci.com/Free2MoveApp/geo-scala) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.gnieh/geo-scala-core_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.gnieh/geo-scala-core_2.13) +[![Continuous Integration](https://github.com/gnieh/geo-scala/actions/workflows/ci.yml/badge.svg)](https://github.com/gnieh/geo-scala/actions/workflows/ci.yml) A core AST and utilities for GeoJSON ([RFC 7946][rfc-7946]) and more. Builds for Scala 3, 2.13 and 2.12 on JVM, JS and partially Scala Native. @@ -12,12 +12,20 @@ The project is divided in several submodules: ## Quickstart -Add the following dependency in your sbt build configuration: +Add the following dependency in your sbt build configuration (use `%%%` instead of `%%` for JS and Native): ```scala -"com.free2move" %% "geo-scala" % "" +"org.gnieh" %% "geo-scala" % "" ``` +Note that versions up to `0.2.0` were published under `com.free2move` and JVM-only (2.12 and 2.13), so you need + +```scala +"con.free2move" %% "geo-scala" % "0.2.0" +``` + +instead. + ## Code of Conduct This project uses the Scala Code of Conduct - see [here](CODE_OF_CONDUCT.md).