Skip to content

Commit b825b89

Browse files
Update sourcecode from 0.4.0 to 0.4.1 (#259)
Pull request: #259
1 parent 764e831 commit b825b89

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.0"
25+
val sourcecode = ivy"com.lihaoyi::sourcecode::0.4.1"
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)