Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit a36af67

Browse files
committed
README: Fix Maven Central badge
1 parent 27246dd commit a36af67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# toml-scala
22
[![Build Status](https://travis-ci.org/sparsetech/toml-scala.svg)](https://travis-ci.org/sparsetech/toml-scala)
3-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/tech.sparse/toml-scala_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/tech.sparse/toml-scala_2.12)
3+
[![Maven Central](https://img.shields.io/maven-central/v/tech.sparse/toml-scala_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22tech.sparse%22%20AND%20a%3A%22toml-scala_2.12%22)
44

55
toml-scala is a feature-complete implementation of [TOML](https://github.com/toml-lang/toml) for the Scala platform. It can parse TOML content into an AST or map it onto `case class` hierarchies.
66

0 commit comments

Comments
 (0)