Skip to content

Commit 868dde5

Browse files
committed
Remove github packages plugin
1 parent bf1e0e3 commit 868dde5

4 files changed

Lines changed: 2 additions & 6 deletions

File tree

build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ lazy val root = project
4747
laika.parse.code.SyntaxHighlighting
4848
),
4949
laikaIncludeAPI := true,
50-
resolvers ++= Seq(
51-
Resolver.githubPackages("mbari-org", "maven")
52-
),
5350
libraryDependencies ++= Seq(
5451
circeCore,
5552
circeGeneric,

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Dependencies {
1616

1717
lazy val slf4jJdk = "org.slf4j" % "slf4j-jdk-platform-logging" % "2.0.17"
1818

19-
private val tapirVersion = "1.11.33"
19+
private val tapirVersion = "1.11.34"
2020
lazy val tapirStubServer = "com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % tapirVersion
2121
lazy val tapirSwagger = "com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % tapirVersion
2222
lazy val tapirCirce = "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % tapirVersion

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.1
1+
sbt.version=1.11.2

project/plugins.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")
2-
addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3")
32
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
43
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")
54
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")

0 commit comments

Comments
 (0)