We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41383eb commit 4a6dcb0Copy full SHA for 4a6dcb0
build.mill
@@ -112,7 +112,7 @@ trait ScalaSql extends Common { common =>
112
object core extends Common with CrossValue {
113
def ivyDeps = Agg(
114
ivy"com.lihaoyi::geny:1.0.0",
115
- ivy"com.lihaoyi::sourcecode:0.3.1",
+ ivy"com.lihaoyi::sourcecode:0.4.2",
116
ivy"com.lihaoyi::pprint:0.8.1"
117
) ++ Option.when(scalaVersion().startsWith("2."))(
118
ivy"org.scala-lang:scala-reflect:${scalaVersion()}"
0 commit comments