Skip to content

Commit

Permalink
Bump sourcecode to 0.3.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab authored Jul 9, 2022
1 parent 996f24b commit f9d6df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ trait FansiModule extends PublishModule with MimaCheck {
}
trait FansiMainModule extends CrossScalaModule {
def millSourcePath = super.millSourcePath / offset
def ivyDeps = Agg(ivy"com.lihaoyi::sourcecode::0.2.8")
def ivyDeps = Agg(ivy"com.lihaoyi::sourcecode::0.3.0")
def offset: os.RelPath = os.rel
def sources = T.sources(
super.sources()
Expand Down

0 comments on commit f9d6df2

Please sign in to comment.