We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89c9005 + 80c3978 commit 390425fCopy full SHA for 390425f
README.md
@@ -2,8 +2,8 @@ SourceCode [![Build Status](https://travis-ci.org/lihaoyi/sourcecode.svg?branch=
2
==========
3
4
```scala
5
-"com.lihaoyi" %% "sourcecode" % "0.2.6" // Scala-JVM
6
-"com.lihaoyi" %%% "sourcecode" % "0.2.6" // Scala.js / Scala Native
+"com.lihaoyi" %% "sourcecode" % "0.2.7" // Scala-JVM
+"com.lihaoyi" %%% "sourcecode" % "0.2.7" // Scala.js / Scala Native
7
```
8
9
`sourcecode` is a small Scala library for that provides common "source code"
@@ -625,6 +625,11 @@ in its `.toString` method.
625
Version History
626
===============
627
628
+0.2.7
629
+-----
630
+
631
+- Support Scala 3.0.0
632
633
0.2.6
634
-----
635
0 commit comments