From df811c5ce0e1a94a503c38bc65b5cec90d3aabd0 Mon Sep 17 00:00:00 2001 From: Olivier Filangi Date: Wed, 21 Feb 2024 18:01:33 +0100 Subject: [PATCH] add badge --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e9d78a..115dda5 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ # facade-scalajs-N3.js [![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.6.0.svg)](https://www.scala-js.org) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.p2m2/n3js_sjs1_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.p2m2/n3js_sjs1_2.13) [![Coverage Status](https://coveralls.io/repos/github/p2m2/facade-scalajs-N3.js/badge.svg)](https://coveralls.io/github/p2m2/facade-scalajs-N3.js) +![CI](https://github.com/p2m2/facade-scalajs-N3.js/actions/workflows/ci.yml/badge.svg) +![Release](https://github.com/p2m2/facade-scalajs-N3.js/actions/workflows/release.yml/badge.svg) Scala.js Facade of the [N3.js library](https://github.com/rdfjs/N3.js) ## Install ``` -libraryDependencies += "com.github.p2m2" %%% "n3js" % "1.16.3", +libraryDependencies += "com.github.p2m2" %%% "n3js" % "v1.17.2", ``` ## N3.Parser