Skip to content

Commit 584e8e5

Browse files
authored
Upgrade dependencies to move away from repo.scala-sbt.org (#271)
* Upgrade sbt-paradox * Upgrade sbt-ci-release (upgrades sbt-dynver)
1 parent 5584a01 commit 584e8e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt._
22

33
object Library {
44
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.162"
5-
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.10.5"
5+
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.10.6"
66
val scalatest = "org.scalatest" %% "scalatest" % "3.2.14"
7-
val paradoxTestkit = "com.lightbend.paradox" %% "testkit" % "0.10.5"
7+
val paradoxTestkit = "com.lightbend.paradox" %% "testkit" % "0.10.6"
88
}

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
22
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
33
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.16.0")
4-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
4+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 commit comments

Comments
 (0)