Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Apr 14, 2024
1 parent 71c26bb commit 060fe30
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,16 @@ Download

```scala
def ivyDeps = Agg(
ivy"com.lihaoyi::sourcecode:0.3.1", // Scala-JVM
ivy"com.lihaoyi::sourcecode::0.3.1" // Scala.js / Scala Native
ivy"com.lihaoyi::sourcecode:0.4.0", // Scala-JVM
ivy"com.lihaoyi::sourcecode::0.4.0" // Scala.js / Scala Native
)
```

**sbt**

```scala
"com.lihaoyi" %% "sourcecode" % "0.3.1" // Scala-JVM
"com.lihaoyi" %%% "sourcecode" % "0.3.1" // Scala.js / Scala Native
"com.lihaoyi" %% "sourcecode" % "0.4.0" // Scala-JVM
"com.lihaoyi" %%% "sourcecode" % "0.4.0" // Scala.js / Scala Native
```


Expand Down Expand Up @@ -644,8 +644,8 @@ in its `.toString` method.
Version History
===============

master
------
0.4.0
-----

* Support for Scala-Native 0.5.0
* Minimum version of Scala 2 raised to 2.12.x
Expand Down

0 comments on commit 060fe30

Please sign in to comment.