Skip to content

Commit

Permalink
Add Scaladex badge to supply info on supported Scala versions
Browse files Browse the repository at this point in the history
Badge introduced with scalacenter/scaladex#660
  • Loading branch information
rtyley authored May 12, 2021
1 parent 8ab86da commit 5b1bd38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# line-break-preserving-line-splitting

[![line-break-preserving-line-splitting artifacts](https://index.scala-lang.org/rtyley/line-break-preserving-line-splitting/line-break-preserving-line-splitting/latest-by-scala-version.svg)](https://index.scala-lang.org/rtyley/line-break-preserving-line-splitting/line-break-preserving-line-splitting/)
[![Build Status](https://travis-ci.com/rtyley/line-break-preserving-line-splitting.svg?branch=main)](https://travis-ci.com/rtyley/line-break-preserving-line-splitting)

### Features
Expand Down Expand Up @@ -42,7 +43,8 @@ val splitLines = {
// splitLines: Seq[String] = List(
// """Foo
// """,
// """Bar""",
// """Bar
""",
// "Boo"
// )
Expand Down

0 comments on commit 5b1bd38

Please sign in to comment.