Skip to content

Commit 80c3978

Browse files
committed
Version 0.2.7
1 parent 89c9005 commit 80c3978

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

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

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

628+
0.2.7
629+
-----
630+
631+
- Support Scala 3.0.0
632+
628633
0.2.6
629634
-----
630635

0 commit comments

Comments
 (0)