Skip to content

Commit e2fe75b

Browse files
committed
add artifactregistry handler for coursier
1 parent 1d1ca88 commit e2fe75b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ lazy val core = myCrossProject("core")
129129
Dependencies.commonsIo,
130130
Dependencies.coursierCore,
131131
Dependencies.coursierSbtMaven,
132+
"dev.rolang" %% "gar-coursier" % "0.1.0",
132133
Dependencies.cron4sCore,
133134
Dependencies.decline,
134135
Dependencies.fs2Core,
@@ -228,7 +229,7 @@ lazy val core = myCrossProject("core")
228229
val outFile = outDir / s"StewardPlugin_$v.scala"
229230
if (!outFile.exists()) {
230231
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"
232233
val content = scala.util.Using(scala.io.Source.fromURL(u))(_.mkString).get
233234
IO.write(outFile, content)
234235
}

0 commit comments

Comments
 (0)