diff --git a/CHANGELOG.md b/CHANGELOG.md index a39808dd8..33970411f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for refreshVersions -## [Unreleased] Version 0.60.2 (2023-08-29) +## Version 0.60.2 (2023-08-29) ### Bug fix diff --git a/README.md b/README.md index 1e8f6ea92..d5e27d6ff 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ // settings.gradle(.kts) plugins { // See https://splitties.github.io/refreshVersions - id("de.fayard.refreshVersions") version "0.60.1" + id("de.fayard.refreshVersions") version "0.60.2" } refreshVersions { // Optional: configure the plugin diff --git a/docs/dependency-notations.md b/docs/dependency-notations.md index 673112949..0c32a3f72 100644 --- a/docs/dependency-notations.md +++ b/docs/dependency-notations.md @@ -3,7 +3,7 @@ title: Built-in Dependency Notations --- # Built-in Dependency Notations -[**refreshVersions**](https://github.com/Splitties/refreshVersions) provides **1259** Dependency Notations in **26** groups and **267** subgroups +[**refreshVersions**](https://github.com/Splitties/refreshVersions) provides **1254** Dependency Notations in **26** groups and **263** subgroups **Built-in Dependency Notations** are maven coordinates of popular libraries, discoverable as for example `KotlinX.coroutines.core` in IntelliJ IDEA, @@ -1019,6 +1019,21 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina + AndroidX.core.performance + + playServices + + - + + testing + + + + AndroidX.core.uwb CashApp.sqlDelight gradlePlugin + CashApp.sqlDelight.dialects + + hSql + + - + + mySql + + - + + postgreSql + + + + CashApp.sqlDelight.drivers android - jdbc - native - jdbcSqlite - sqlJs + - + + webWorker + CashApp.sqlDelight.extensions - androidPaging - - - - androidPaging3 - coroutines - rxJava2 - rxJava3 @@ -3162,9 +3198,9 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina Google.accompanist - appCompatTheme + adaptive - - - - flowLayout - - - - - insets - - - - - navigationAnimation - - - navigationMaterial - - - pager - - - @@ -3210,54 +3222,9 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina - - placeholder - - - - - swipeRefresh - - - - - systemUiController - - - - - webView - - - - - Google.accompanist.insets - - ui - - - - - Google.accompanist.pager - - indicators - - - - - Google.accompanist.placeholder - - material + testHarness @@ -8743,81 +8710,6 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina - Square.sqlDelight - - gradlePlugin - - - - - Square.sqlDelight.drivers - - android - - - - - jdbc - - - - - native - - - - - jdbcSqlite - - - - - sqlJs - - - - - Square.sqlDelight.extensions - - androidPaging - - - - - androidPaging3 - - - - - coroutines - - - - - rxJava2 - - - - - rxJava3 - - - - Square.wire ctrl/cmd + shift + A diff --git a/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt b/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt index aae03b9b0..c15ee8071 100644 --- a/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt +++ b/plugins/dependencies/src/main/resources/version-to-removals-revision-mapping.txt @@ -11,3 +11,4 @@ 0.51.0->15 0.60.0->16 0.60.1->17 +0.60.2->19 diff --git a/plugins/version.txt b/plugins/version.txt index 9c592d1a9..53c9cab19 100644 --- a/plugins/version.txt +++ b/plugins/version.txt @@ -1 +1 @@ -0.60.2-SNAPSHOT \ No newline at end of file +0.60.2 \ No newline at end of file