Skip to content

Commit

Permalink
releasing version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Oct 11, 2018
1 parent 60beb10 commit cc94c91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,14 @@

Lightbend Emoji is a wrapper around Java's Unicode Character handling.

## Examples

For an example of Lightbend Emoji in an Enterprise Mission Critical Environment, please see [Typesafe Emojr](https://github.com/typesafehub/typesafe-emojr).

Note that Typesafe Emojr has not been Lightbend-rebranded or ported
to Scala 2.12. To register your interest in an updated version, please
contact Lightbend's enterprise sales team.

## Installation

Add to build.sbt

```
resolvers += Resolver.typesafeIvyRepo("releases")
libraryDependencies += "com.lightbend" %% "emoji" % "1.2.0"
libraryDependencies += "com.lightbend" %% "emoji" % "1.2.1"
```

## Usage
Expand Down Expand Up @@ -109,3 +101,11 @@ These libraries have not been evaluated, and they may work or not:
## Bugs

Sadly, there is no direct mapping to [emoji-cheat-sheet](http://www.emoji-cheat-sheet.com/) or [emoji searcher](http://emoji.muan.co/), because some emoji are mapped directly to glyphs, without [Unicode involvement](http://apps.timwhitlock.info/emoji/tables/unicode), e.g. [:neckbeard:](https://signalvnoise.com/posts/3395-neckbeard).

## Typesafe Emojr

For an example of Lightbend Emoji in an Enterprise Mission Critical Environment, please see [Typesafe Emojr](https://github.com/typesafehub/typesafe-emojr).

Note that Typesafe Emojr has not been Lightbend-rebranded or ported
to Scala 2.12+. To register your interest in an updated version, please
contact Lightbend's enterprise sales team.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "emoji"

organization := "com.lightbend"

version := "1.2.1-SNAPSHOT"
version := "1.2.2-SNAPSHOT"

crossScalaVersions := Seq("2.12.7", "2.11.12", "2.13.0-M5")
scalaVersion := crossScalaVersions.value.head
Expand Down

0 comments on commit cc94c91

Please sign in to comment.