File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -113,16 +113,16 @@ Download
113113
114114``` scala
115115def ivyDeps = Agg (
116- ivy " com.lihaoyi::sourcecode:0.3.1 " , // Scala-JVM
117- ivy " com.lihaoyi::sourcecode::0.3.1 " // Scala.js / Scala Native
116+ ivy " com.lihaoyi::sourcecode:0.4.0 " , // Scala-JVM
117+ ivy " com.lihaoyi::sourcecode::0.4.0 " // Scala.js / Scala Native
118118)
119119```
120120
121121** sbt**
122122
123123``` scala
124- " com.lihaoyi" %% " sourcecode" % " 0.3.1 " // Scala-JVM
125- " com.lihaoyi" %%% " sourcecode" % " 0.3.1 " // Scala.js / Scala Native
124+ " com.lihaoyi" %% " sourcecode" % " 0.4.0 " // Scala-JVM
125+ " com.lihaoyi" %%% " sourcecode" % " 0.4.0 " // Scala.js / Scala Native
126126```
127127
128128
@@ -644,8 +644,8 @@ in its `.toString` method.
644644Version History
645645===============
646646
647- master
648- ------
647+ 0.4.0
648+ -----
649649
650650* Support for Scala-Native 0.5.0
651651* Minimum version of Scala 2 raised to 2.12.x
You can’t perform that action at this time.
0 commit comments