Skip to content

Commit

Permalink
chore: Patch dependency updates (#3330)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot authored Aug 2, 2024
1 parent 6d3a53f commit 894af57
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# Scala Steward: Reformat with scalafmt 3.8.2
318a790409a0dab067a060031cbc7c77ab2168e2

# Scala Steward: Reformat with scalafmt 3.8.3
a5523a0b097ee63e511bff6abf018d5ac6740288
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.2"
version = "3.8.3"
runner.dialect = scala3
maxColumn = 120
align.preset = most
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ object Dependencies {
val saxonHE = "net.sf.saxon" % "Saxon-HE" % "12.5"
val scalaGraph =
"org.scala-graph" %% "graph-core" % "2.0.1" cross CrossVersion.for3Use2_13
val titaniumJSONLD = "com.apicatalog" % "titanium-json-ld" % "1.4.0"
val titaniumJSONLD = "com.apicatalog" % "titanium-json-ld" % "1.4.1"
val xmlunitCore = "org.xmlunit" % "xmlunit-core" % "2.10.0"

// test
Expand All @@ -115,7 +115,7 @@ object Dependencies {
// found/added by the plugin but deleted anyway
val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.15.0"

val tapirVersion = "1.10.13"
val tapirVersion = "1.10.15"

val tapir = Seq(
"com.softwaremill.sttp.tapir" %% "tapir-pekko-http-server" % tapirVersion,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resolvers ++= Seq(
Resolver.typesafeRepo("releases"),
)

addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("io.kamon" % "sbt-aspectj-runner" % "1.1.2")
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.7")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ object LayersLive {
OntologyCacheHelpers &
OntologyInferencer &
OntologyResponderV2 &
OntologyTriplestoreHelpers &
OntologyTriplestoreHelpers &
PermissionRestService &
PermissionUtilADM &
PermissionsResponder &
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import org.knora.webapi.store.triplestore.api.TriplestoreService

object AdminRepoModule {

type Dependencies =
type Dependencies =
// format: off
TriplestoreService &
TriplestoreService &
CacheManager
// format: on

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import org.knora.webapi.slice.security.Authenticator
object AuthenticationApiModule
extends URModule[
// format: off
AppConfig &
Authenticator &
BaseEndpoints &
AppConfig &
Authenticator &
BaseEndpoints &
HandlerMapper &
TapirToPekkoInterpreter
,
Expand Down

0 comments on commit 894af57

Please sign in to comment.