We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb2bad commit 44062b9Copy full SHA for 44062b9
2 files changed
.mergify.yml
@@ -57,14 +57,6 @@ pull_request_rules:
57
add:
58
- model
59
remove: []
60
-- name: Label natchez PRs
61
- conditions:
62
- - files~=^natchez/
63
- actions:
64
- label:
65
- add:
66
- - natchez
67
- remove: []
68
- name: Label otel4s PRs
69
conditions:
70
- files~=^otel4s/
build.sbt
@@ -1,6 +1,6 @@
1
lazy val V = _root_.scalafix.sbt.BuildInfo
2
3
-ThisBuild / tlBaseVersion := "0.51"
+ThisBuild / tlBaseVersion := "0.52"
4
ThisBuild / tlJdkRelease := Some(17)
5
ThisBuild / githubWorkflowJavaVersions := Seq("17").map(JavaSpec.temurin(_))
6
ThisBuild / scalaVersion := "3.8.3"
0 commit comments