Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ SourceCode [![Build Status](https://travis-ci.org/lihaoyi/sourcecode.svg?branch=
==========

```scala
"com.lihaoyi" %% "sourcecode" % "0.1.4" // Scala-JVM
"com.lihaoyi" %%% "sourcecode" % "0.1.4" // Scala.js / Scala Native
"com.lihaoyi" %% "sourcecode" % "0.1.5" // Scala-JVM
"com.lihaoyi" %%% "sourcecode" % "0.1.5" // Scala.js / Scala Native
```

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

0.1.5
-----
- Upgrade Scala, ScalaJS, Scala Native versions ([a21c11a](https://github.com/lihaoyi/sourcecode/commit/a21c11a2d92351013161cb9a889754bcf7095f86))

0.1.4
-----

Expand Down