Skip to content

Commit cc4c941

Browse files
authored
Merge pull request #1 from petedmarsh/use-range-for-compile-testing-version
Update dependency on compile-testing to 0.18
2 parents f724f22 + 5bfb7bb commit cc4c941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
}
1919

2020
dependencies {
21-
implementation("com.google.testing.compile:compile-testing:0.15")
21+
implementation("com.google.testing.compile:compile-testing:0.18")
2222

2323
// jUnit5 API
2424
api(platform("org.junit:junit-bom:5.3.2"))

0 commit comments

Comments
 (0)