File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ lazy val core = myCrossProject("core")
129
129
Dependencies .commonsIo,
130
130
Dependencies .coursierCore,
131
131
Dependencies .coursierSbtMaven,
132
+ " dev.rolang" %% " gar-coursier" % " 0.1.0" ,
132
133
Dependencies .cron4sCore,
133
134
Dependencies .decline,
134
135
Dependencies .fs2Core,
@@ -228,7 +229,7 @@ lazy val core = myCrossProject("core")
228
229
val outFile = outDir / s " StewardPlugin_ $v.scala "
229
230
if (! outFile.exists()) {
230
231
val u =
231
- s " https://raw.githubusercontent.com/scala-steward-org/ sbt-plugin/main/modules/sbt-plugin- $v/src/main/scala/org/scalasteward/sbt/plugin/StewardPlugin_ $v.scala "
232
+ s " https://raw.githubusercontent.com/rolang/- scala-steward-sbt-plugin/main/modules/sbt-plugin- $v/src/main/scala/org/scalasteward/sbt/plugin/StewardPlugin_ $v.scala "
232
233
val content = scala.util.Using (scala.io.Source .fromURL(u))(_.mkString).get
233
234
IO .write(outFile, content)
234
235
}
You can’t perform that action at this time.
0 commit comments