Skip to content

Commit

Permalink
update badge and remove scala 2.10 note
Browse files Browse the repository at this point in the history
  • Loading branch information
gmethvin committed Mar 12, 2021
1 parent 700df4a commit c27ef14
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# iterable-play-utils

[![Travis CI](https://travis-ci.org/Iterable/iterable-play-utils.svg?branch=master)](https://travis-ci.org/Iterable/iterable-play-utils) [![Maven](https://img.shields.io/maven-central/v/com.iterable/iterableplayutils_2.12.svg)](https://mvnrepository.com/artifact/com.iterable/iterableplayutils)
[![Travis CI](https://github.com/iterable/iterable-play-utils/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/iterable/iterable-play-utils/actions/workflows/ci.yml) [![Maven](https://img.shields.io/maven-central/v/com.iterable/iterableplayutils_2.12.svg)](https://mvnrepository.com/artifact/com.iterable/iterableplayutils)

A collection of utilites used by Iterable in Scala Play! projects.

Expand Down Expand Up @@ -30,10 +30,6 @@ See [com.iterable.play.utils.CaseClassMapping](https://github.com/Iterable/itera

***Once again, this uses runtime reflection, not compile-time macros.***

***Please note that this suffers from thread safety issues in Scala 2.10, which is why the build includes `parallelExecution in Test := false`***

***See [the relevant document from Scala](http://docs.scala-lang.org/overviews/reflection/thread-safety.html)***

Suppose you have the following case class:
```scala
case class Foo(
Expand Down

0 comments on commit c27ef14

Please sign in to comment.