Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
build: Bump plugins to only download from maven central (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Feb 13, 2024
1 parent d248466 commit b6987ab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion project/giter8.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.12.0")
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2")
2 changes: 1 addition & 1 deletion project/paradox.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// sbt-paradox, used for documentation
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6")
2 changes: 0 additions & 2 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven")
// sbt tasks, consider https://github.com/spray/sbt-revolver/
fork := true

resolvers += "Akka library repository".at("https://repo.akka.io/maven")

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor-typed" % akkaVersion,
"com.typesafe.akka" %% "akka-actor-testkit-typed" % akkaVersion,
Expand Down

0 comments on commit b6987ab

Please sign in to comment.