Skip to content
Merged
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 .mima/bin-compat-check.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//> using scala 2.13
//> using dep com.typesafe::mima-core:1.1.6
//> using dep com.typesafe::mima-core:1.2.0

// Binary-compatibility check between a released artifact and the current
// build, via MiMa's core API (there is no scala-cli MiMa plugin).
Expand Down
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,19 @@
],
"depNameTemplate": "org.scalatest:scalatest",
"datasourceTemplate": "maven"
},
{
"customType": "regex",
"description": "mima-core version pin in .mima/bin-compat-check.scala — a dedicated entry, not the generic cross-built manager above, because that manager's packageNameTemplate assumes a `_3` (Scala 3) artifact suffix, and mima-core is only published for Scala 2.13 (see the `//> using scala 2.13` pin in the same file)",
"managerFilePatterns": [
"/(^|/)\\.mima/bin-compat-check\\.scala$/"
],
"matchStrings": [
"//> using dep com\\.typesafe::mima-core:(?<currentValue>[\\w.-]+)"
],
"depNameTemplate": "com.typesafe:mima-core_2.13",
"packageNameTemplate": "com.typesafe:mima-core_2.13",
"datasourceTemplate": "maven"
}
]
}