Skip to content

Commit

Permalink
Track ammonite dependency to automatically find updates (#3070)
Browse files Browse the repository at this point in the history
Pull request: #3070
  • Loading branch information
lefou authored Mar 9, 2024
1 parent 4971800 commit 6945dcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,8 @@ val dummyDeps: Seq[Dep] = Seq(
Deps.TestDeps.scalaTest,
Deps.TestDeps.zioTest,
Deps.acyclic,
Deps.scalacScoverage2Plugin
Deps.scalacScoverage2Plugin,
ivy"com.lihaoyi:::ammonite:${Deps.ammoniteVersion}"
) ++ Deps.transitiveDeps

implicit object DepSegment extends Cross.ToSegments[Dep]({ dep =>
Expand Down

0 comments on commit 6945dcb

Please sign in to comment.