Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
bitPogo committed Feb 23, 2024
1 parent 41a82ab commit 4b887df
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* Gradle 7.5.1 -> 8.6.0
* Android Gradle Plugin 7.3.1 -> 8.2.2
* Kotlin 1.7.22 -> 1.9.22
* KSP 1.7.21-1.0.8 -> 1.9.22-1.0.17
* AtomicFu 0.18.5 -> 0.23.2
* Kotlin 1.8.0 -> 1.9.22
* KSP 1.8.0-1.0.8 -> 1.9.22-1.0.17
* AtomicFu 0.19.0 -> 0.23.2
* Stately 1.2.3 -> 2.0.6
* Android Target SDK 32 -> 34
* CompilerTest 1.4.9 -> 0.4.0 (ZacSweers)
* min Java 11 -> 17

## [v0.3.0-rc08](https://github.com/bitPogo/kmock/compare/v0.3.0-rc07...v0.3.0-rc08)

Expand Down
12 changes: 10 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,16 @@ dependencyResolutionManagement {

library("kfixture", "tech.antibytes.kfixture", "core").versionRef("kfixture")
library("testUtils-core", "tech.antibytes.test-utils-kmp", "test-utils").versionRef("testUtils")
library("testUtils-annotations", "tech.antibytes.test-utils-kmp", "test-utils-annotations-junit4").versionRef("testUtils")
library("testUtils-coroutine", "tech.antibytes.test-utils-kmp", "test-utils-coroutine").versionRef("testUtils")
library(
"testUtils-annotations",
"tech.antibytes.test-utils-kmp",
"test-utils-annotations-junit4",
).versionRef("testUtils")
library(
"testUtils-coroutine",
"tech.antibytes.test-utils-kmp",
"test-utils-coroutine",
).versionRef("testUtils")
}
}
}
Expand Down

0 comments on commit 4b887df

Please sign in to comment.