Skip to content
Open
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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ val OpenTelemetryVersion = "1.62.0"
val OpenTelemetryAlphaVersion = s"$OpenTelemetryVersion-alpha"
val OpenTelemetryInstrumentationVersion = "2.27.0"
val OpenTelemetryInstrumentationAlphaVersion = s"$OpenTelemetryInstrumentationVersion-alpha"
val OpenTelemetrySemConvVersion = "1.41.0"
val OpenTelemetrySemConvVersion = "1.41.1"
val OpenTelemetrySemConvAlphaVersion = s"$OpenTelemetrySemConvVersion-alpha"
val Otel4sAgentVersion = "2.22.0"
val PekkoStreamVersion = "1.6.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ comment_formats:
old_style_paragraph: true
omit_closing_li: true
inline_code_snippet: "`{{code}}`"
block_code_snippet: "{{{\n{{code}}}\n}}}"
block_code_snippet: "{{{\n{{code}}\n}}}"
trim: true
remove_trailing_dots: false
default_comment_format: scaladoc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ comment_formats:
old_style_paragraph: true
omit_closing_li: true
inline_code_snippet: "`{{code}}`"
block_code_snippet: "{{{\n{{code}}}\n}}}"
block_code_snippet: "{{{\n{{code}}\n}}}"
trim: true
remove_trailing_dots: false
default_comment_format: scaladoc
Expand Down
Loading