Skip to content

Commit 119294a

Browse files
authored
Update README with version 0.3.0 (#122)
1 parent fcd4da7 commit 119294a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

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

99
`sourcecode` is a small Scala library that provides common "source code"
@@ -625,6 +625,13 @@ in its `.toString` method.
625625
Version History
626626
===============
627627

628+
0.3.0
629+
-----
630+
631+
- Drop support for Scala.js 0.6
632+
- Bump Scala.js to 1.10 (minimum version supported is 1.8)
633+
- Bump Scala versions to latest (2.12.16, 2.13.8, 3.1.3)
634+
628635
0.2.7
629636
-----
630637

0 commit comments

Comments
 (0)