Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
scalafix 0.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Apr 3, 2022
1 parent 32a4314 commit a0ec61d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lazy val rules = projectMatrix
conflictManager := ConflictManager.strict,
dependencyOverrides ++= List(
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6",
"com.lihaoyi" %% "sourcecode" % "0.2.1"
"com.lihaoyi" %% "sourcecode" % "0.3.0"
),
libraryDependencies += "ch.epfl.scala" %% "scalafix-core" % v.scalafixVersion,
scalacOptions ++= List("-Ywarn-unused"),
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resolvers += Resolver.sonatypeRepo("releases")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.0-RC1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
Expand Down

0 comments on commit a0ec61d

Please sign in to comment.