Skip to content

Commit a423594

Browse files
committed
0.4.1
1 parent 59a708e commit a423594

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,16 @@ Download
113113

114114
```scala
115115
def ivyDeps = Agg(
116-
ivy"com.lihaoyi::sourcecode:0.4.0", // Scala-JVM
117-
ivy"com.lihaoyi::sourcecode::0.4.0" // Scala.js / Scala Native
116+
ivy"com.lihaoyi::sourcecode:0.4.1", // Scala-JVM
117+
ivy"com.lihaoyi::sourcecode::0.4.1" // Scala.js / Scala Native
118118
)
119119
```
120120

121121
**sbt**
122122

123123
```scala
124-
"com.lihaoyi" %% "sourcecode" % "0.4.0" // Scala-JVM
125-
"com.lihaoyi" %%% "sourcecode" % "0.4.0" // Scala.js / Scala Native
124+
"com.lihaoyi" %% "sourcecode" % "0.4.1" // Scala-JVM
125+
"com.lihaoyi" %%% "sourcecode" % "0.4.1" // Scala.js / Scala Native
126126
```
127127

128128

@@ -644,6 +644,11 @@ in its `.toString` method.
644644
Version History
645645
===============
646646

647+
0.4.1
648+
-----
649+
650+
* Fix NullPointerException when using fileName under Scala 3 repl ([#153](https://github.com/com-lihaoyi/sourcecode/pull/153))
651+
647652
0.4.0
648653
-----
649654

0 commit comments

Comments
 (0)