Skip to content

Commit

Permalink
Upgrade dependencies to move away from repo.scala-sbt.org (#271)
Browse files Browse the repository at this point in the history
* Upgrade sbt-paradox
* Upgrade sbt-ci-release (upgrades sbt-dynver)
  • Loading branch information
mkurz authored Jan 29, 2024
1 parent 5584a01 commit 584e8e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Library {
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.162"
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.10.5"
val sbtParadox = "com.lightbend.paradox" % "sbt-paradox" % "0.10.6"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.14"
val paradoxTestkit = "com.lightbend.paradox" %% "testkit" % "0.10.5"
val paradoxTestkit = "com.lightbend.paradox" %% "testkit" % "0.10.6"
}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.16.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 comments on commit 584e8e5

Please sign in to comment.