Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Apr 15, 2024
1 parent 59a708e commit a423594
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 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.4.0", // Scala-JVM
ivy"com.lihaoyi::sourcecode::0.4.0" // Scala.js / Scala Native
ivy"com.lihaoyi::sourcecode:0.4.1", // Scala-JVM
ivy"com.lihaoyi::sourcecode::0.4.1" // Scala.js / Scala Native
)
```

**sbt**

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


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

0.4.1
-----

* Fix NullPointerException when using fileName under Scala 3 repl ([#153](https://github.com/com-lihaoyi/sourcecode/pull/153))

0.4.0
-----

Expand Down

0 comments on commit a423594

Please sign in to comment.