Skip to content

Commit

Permalink
Upgrade dependencies to move away from repo.scala-sbt.org (#40)
Browse files Browse the repository at this point in the history
* Upgrade sbt-ci-release (upgrades sbt-dynver)
* Upgrade sbt-paradox
  • Loading branch information
mkurz authored Jan 29, 2024
1 parent 3733a95 commit 15d639c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crossSbtVersions := List("1.4.9")
organization := "com.lightbend.paradox"
name := "sbt-paradox-project-info"

addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.3")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6")

libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.2",
Expand Down
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.6.5")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 comments on commit 15d639c

Please sign in to comment.