Skip to content

Commit 43e7d43

Browse files
authored
Merge pull request #27 from Jasper-M/patch-1
Broadcast scala 2.12 support
2 parents 13b6a5e + 18f80d1 commit 43e7d43

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ SourceCode [![Build Status](https://travis-ci.org/lihaoyi/sourcecode.svg?branch=
22
==========
33

44
```scala
5-
"com.lihaoyi" %% "sourcecode" % "0.1.2" // Scala-JVM
6-
"com.lihaoyi" %%% "sourcecode" % "0.1.2" // Scala.js
5+
"com.lihaoyi" %% "sourcecode" % "0.1.3" // Scala-JVM
6+
"com.lihaoyi" %%% "sourcecode" % "0.1.3" // Scala.js
77
```
88

99
`sourcecode` is a small Scala library for that provides common "source code"
@@ -600,6 +600,12 @@ in its `.toString` method.
600600
Version History
601601
===============
602602

603+
0.1.3
604+
-----
605+
606+
- Add scala 2.12.x support, thanks to
607+
[Lars Hupel](https://github.com/larsrh)
608+
603609
0.1.2
604610
-----
605611

0 commit comments

Comments
 (0)