From 571907135d23640c54dda188a8ff80411f354171 Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Fri, 8 Jul 2022 16:33:47 +0200 Subject: [PATCH] Update README with version 0.3.0 --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0daa3b..823e94d 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.2.7" // Scala-JVM -"com.lihaoyi" %%% "sourcecode" % "0.2.7" // Scala.js / Scala Native +"com.lihaoyi" %% "sourcecode" % "0.3.0" // Scala-JVM +"com.lihaoyi" %%% "sourcecode" % "0.3.0" // Scala.js / Scala Native ``` `sourcecode` is a small Scala library that provides common "source code" @@ -625,6 +625,13 @@ in its `.toString` method. Version History =============== +0.3.0 +----- + +- Drop support for Scala.js 0.6 +- Bump Scala.js to 1.10 (minimum version supported is 1.8) +- Bump Scala versions to latest (2.12.16, 2.13.8, 3.1.3) + 0.2.7 -----