Skip to content

Commit

Permalink
use steward-maintained version instead of runtime lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Jun 8, 2023
1 parent 2c4ec19 commit 33594f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
buildRoots = [ ".", "src/main/g8/scalafix" ]
1 change: 0 additions & 1 deletion src/main/g8/default.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
repo = scalafix-my-rules
scalafix_version = maven(ch.epfl.scala, sbt-scalafix)
2 changes: 1 addition & 1 deletion src/main/g8/scalafix/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolvers += Resolver.sonatypeRepo("releases")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "$scalafix_version$")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")

0 comments on commit 33594f9

Please sign in to comment.