Skip to content

Commit e117c23

Browse files
authored
Merge Fix/missing dependencies (#10)
* remove unused dependencies * bump patch
1 parent f83961e commit e117c23

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

assertions/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ kotlin {
5858
val jvmTest by getting {
5959
dependsOn(jvmSharedTest)
6060
dependencies {
61-
implementation(libs.truth)
62-
implementation(libs.mockk)
6361
}
6462
}
6563

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
agp = "8.3.0"
33
dokka = "1.9.20"
4-
kass = "0.4.0"
4+
kass = "0.4.1"
55
kotlin = "2.0.0"
66
kotlinx-datetime = "0.4.0"
77
kotlinx-coroutines = "1.8.0"

0 commit comments

Comments
 (0)