Skip to content

Commit

Permalink
Bump com.lemonappdev:konsist from 0.15.1 to 0.16.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent a560279 commit 43ba905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import com.lemonappdev.konsist.api.ext.list.withParentOf
import com.lemonappdev.konsist.api.ext.list.withRepresentedTypeOf
import com.lemonappdev.konsist.api.ext.list.withTopLevel
import com.lemonappdev.konsist.api.ext.provider.hasAnnotationOf
import com.lemonappdev.konsist.api.ext.provider.hasParentOf
import com.lemonappdev.konsist.api.verify.assertFalse
import com.lemonappdev.konsist.api.verify.assertTrue
import com.walkertribe.ian.protocol.core.SimpleEventPacket
Expand Down Expand Up @@ -56,7 +57,7 @@ class PacketKonsistTest : DescribeSpec({
},
classes.withAnnotationOf(PacketType::class)
) { packetClass ->
packetClass.assertTrue { it.hasParentWithName("Packet.Server") }
packetClass.assertTrue { it.hasParentOf<Packet.Server>() }
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gradle-pitest = "1.15.0"
junit = "4.13.2"
koin = "3.5.6"
koin-annotations = "1.3.1"
konsist = "0.15.1"
konsist = "0.16.0"
korlibs = "6.0.0-alpha2"
kotest = "5.9.1"
kotest-koin = "1.3.0"
Expand Down

0 comments on commit 43ba905

Please sign in to comment.