Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ cc4f48597d3151542ecec3c159159e1793926314

# Scala Steward: Reformat with scalafmt 3.8.2
60f546bd54981b54826a07f290b287cd105d6a9a

# Scala Steward: Reformat with scalafmt 3.8.4
884f75ef0224c38d359b4f798246704494ec68cb
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runner.dialect = scala213
version = 3.8.2
version = 3.8.4
maxColumn = 120
fileOverride {
"glob:**/scala-3/**" {
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/scala/sttp/model/Uri.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import scala.collection.mutable
* Instances can be created using the uri interpolator: `uri"..."` (see [[UriInterpolator]]), or the factory methods on
* the [[Uri]] companion object.
*
* The `apply`/`safeApply`/`unsafeApply` methods create absolute URIs and require a host. The `relative` methods
* The `apply` /`safeApply`/`unsafeApply` methods create absolute URIs and require a host. The `relative` methods
* creates a relative URI, given path/query/fragment components.
*
* @param querySegments
Expand Down
Loading