Skip to content

Commit

Permalink
Updated sbt versions and added sonatype plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrodgers committed May 20, 2021
1 parent 8101e5f commit 768a630
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libraryDependencies ++= Seq (
).map(_.force())

resolvers ++= Seq(
"spray repo" at "http://repo.spray.io",
"spray repo" at "https://repo.spray.io",
Resolver.sonatypeRepo("releases"),
Resolver.sonatypeRepo("snapshots")
)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=1.2.8
sbt.version=1.5.2

5 changes: 4 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")

resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven"

addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")

Expand All @@ -9,3 +9,6 @@ addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.2")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")

0 comments on commit 768a630

Please sign in to comment.