Skip to content

Commit cc94c91

Browse files
committed
releasing version 1.2.1
1 parent 60beb10 commit cc94c91

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,14 @@
22

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

5-
## Examples
6-
7-
For an example of Lightbend Emoji in an Enterprise Mission Critical Environment, please see [Typesafe Emojr](https://github.com/typesafehub/typesafe-emojr).
8-
9-
Note that Typesafe Emojr has not been Lightbend-rebranded or ported
10-
to Scala 2.12. To register your interest in an updated version, please
11-
contact Lightbend's enterprise sales team.
12-
135
## Installation
146

157
Add to build.sbt
168

179
```
1810
resolvers += Resolver.typesafeIvyRepo("releases")
1911
20-
libraryDependencies += "com.lightbend" %% "emoji" % "1.2.0"
12+
libraryDependencies += "com.lightbend" %% "emoji" % "1.2.1"
2113
```
2214

2315
## Usage
@@ -109,3 +101,11 @@ These libraries have not been evaluated, and they may work or not:
109101
## Bugs
110102

111103
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).
104+
105+
## Typesafe Emojr
106+
107+
For an example of Lightbend Emoji in an Enterprise Mission Critical Environment, please see [Typesafe Emojr](https://github.com/typesafehub/typesafe-emojr).
108+
109+
Note that Typesafe Emojr has not been Lightbend-rebranded or ported
110+
to Scala 2.12+. To register your interest in an updated version, please
111+
contact Lightbend's enterprise sales team.

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "emoji"
22

33
organization := "com.lightbend"
44

5-
version := "1.2.1-SNAPSHOT"
5+
version := "1.2.2-SNAPSHOT"
66

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

0 commit comments

Comments
 (0)