Skip to content

Commit

Permalink
Merge pull request #12339 from mkurz/sbt-akka-version-check_maven-cen…
Browse files Browse the repository at this point in the history
…tral

[2.9.x] `sbt-akka-version-check` now hosted on maven central
  • Loading branch information
mkurz committed Jan 25, 2024
2 parents a482b62 + 44c0d13 commit 2a5e65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % sbtHeader)
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % scalafmt)
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

addSbtPlugin("com.lightbend.akka" % "sbt-akka-version-check" % "0.1")
addSbtPlugin("com.markatta" % "sbt-akka-version-check" % "0.2")

libraryDependencies ++= Seq(
"org.webjars" % "webjars-locator-core" % webjarsLocatorCore
Expand Down

0 comments on commit 2a5e65a

Please sign in to comment.