From 18f80d167726be202cee6f7af93b8b3a59f70376 Mon Sep 17 00:00:00 2001 From: Jasper-M Date: Mon, 27 Feb 2017 16:17:18 +0100 Subject: [PATCH] Broadcast scala 2.12 support --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35593d2..cb7e71a 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ SourceCode [![Build Status](https://travis-ci.org/lihaoyi/sourcecode.svg?branch= ========== ```scala -"com.lihaoyi" %% "sourcecode" % "0.1.2" // Scala-JVM -"com.lihaoyi" %%% "sourcecode" % "0.1.2" // Scala.js +"com.lihaoyi" %% "sourcecode" % "0.1.3" // Scala-JVM +"com.lihaoyi" %%% "sourcecode" % "0.1.3" // Scala.js ``` `sourcecode` is a small Scala library for that provides common "source code" @@ -600,6 +600,12 @@ in its `.toString` method. Version History =============== +0.1.3 +----- + +- Add scala 2.12.x support, thanks to + [Lars Hupel](https://github.com/larsrh) + 0.1.2 -----