Skip to content

Commit

Permalink
use cli_3.x.y to inspect Scala 3 sources
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin authored Aug 22, 2024
1 parent c676683 commit 58bd482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
resolvers += Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1+21-8f7d5d40-SNAPSHOT")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")

// https://github.com/scala/bug/issues/12632
Expand Down

0 comments on commit 58bd482

Please sign in to comment.