We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e7ff2 commit 83e9d35Copy full SHA for 83e9d35
.scala-steward.conf
@@ -1 +1,7 @@
1
commits.message = "chore: update ${artifactName} from ${currentVersion} to ${nextVersion}"
2
+
3
+updates.pin = [
4
+ // major API changes
5
+ // activemq 6 uses JakartaEE
6
+ { groupId = "org.apache.activemq", artifactId="activemq-broker", version="5." }
7
+]
0 commit comments