File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- sbt.version =1.11.1
1+ sbt.version =1.11.2
Original file line number Diff line number Diff line change 11addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.3" )
2- addSbtPlugin(" com.codecommit" % " sbt-github-packages" % " 0.5.3" )
32addSbtPlugin(" com.github.sbt" % " sbt-git" % " 2.1.0" )
43addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.11.1" )
54addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.4" )
You can’t perform that action at this time.
0 commit comments