Skip to content

Commit 0c9f809

Browse files
Update sourcecode from 0.4.1 to 0.4.2 (#271)
Pull request: #271
1 parent 564d786 commit 0c9f809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ object Deps {
2222
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.12"
2323
val jna = ivy"net.java.dev.jna:jna:5.14.0"
2424
val geny = ivy"com.lihaoyi::geny::1.1.0"
25-
val sourcecode = ivy"com.lihaoyi::sourcecode::0.4.1"
25+
val sourcecode = ivy"com.lihaoyi::sourcecode::0.4.2"
2626
val utest = ivy"com.lihaoyi::utest::0.8.3"
2727
def scalaLibrary(version: String) = ivy"org.scala-lang:scala-library:${version}"
2828
}

0 commit comments

Comments
 (0)