Skip to content

Commit d989dc5

Browse files
ryan-williamsalexarchambault
authored andcommitted
bump readme versions (#65)
1 parent a402d82 commit d989dc5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 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.4" // Scala-JVM
6-
"com.lihaoyi" %%% "sourcecode" % "0.1.4" // Scala.js / Scala Native
5+
"com.lihaoyi" %% "sourcecode" % "0.1.5" // Scala-JVM
6+
"com.lihaoyi" %%% "sourcecode" % "0.1.5" // Scala.js / Scala Native
77
```
88

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

603+
0.1.5
604+
-----
605+
- Upgrade Scala, ScalaJS, Scala Native versions ([a21c11a](https://github.com/lihaoyi/sourcecode/commit/a21c11a2d92351013161cb9a889754bcf7095f86))
606+
603607
0.1.4
604608
-----
605609

0 commit comments

Comments
 (0)