Skip to content

Commit b96c1e1

Browse files
authored
Update dependency sourcecode to 0.3.1 (#218)
Pull request: #218
1 parent c5b469f commit b96c1e1

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
@@ -23,7 +23,7 @@ object Deps {
2323
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.9"
2424
val jna = ivy"net.java.dev.jna:jna:5.13.0"
2525
val geny = ivy"com.lihaoyi::geny::1.0.0"
26-
val sourcecode = ivy"com.lihaoyi::sourcecode::0.3.0"
26+
val sourcecode = ivy"com.lihaoyi::sourcecode::0.3.1"
2727
val utest = ivy"com.lihaoyi::utest::0.8.1"
2828
def scalaLibrary(version: String) = ivy"org.scala-lang:scala-library:${version}"
2929
}

0 commit comments

Comments
 (0)