Skip to content

Commit 4a6dcb0

Browse files
authored
Bump Sourcecode version so queries work in REPL (#101)
with scala 3. citing Sourcecode release notes: > 0.4.2 > Fix NullPointerException when using sourcecode.File in Scala 3 repl (com-lihaoyi/sourcecode#161) > Correctly handle backticked macro keyword in Scala 3 (com-lihaoyi/sourcecode#163)
1 parent 41383eb commit 4a6dcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ trait ScalaSql extends Common { common =>
112112
object core extends Common with CrossValue {
113113
def ivyDeps = Agg(
114114
ivy"com.lihaoyi::geny:1.0.0",
115-
ivy"com.lihaoyi::sourcecode:0.3.1",
115+
ivy"com.lihaoyi::sourcecode:0.4.2",
116116
ivy"com.lihaoyi::pprint:0.8.1"
117117
) ++ Option.when(scalaVersion().startsWith("2."))(
118118
ivy"org.scala-lang:scala-reflect:${scalaVersion()}"

0 commit comments

Comments
 (0)