Skip to content

Commit 05a5184

Browse files
chore: 1.0.0 release
1 parent b4d139b commit 05a5184

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description=CodeArtifact settings plugin for Gradle
33
kotlin.code.style=official
44

55
group=io.cloudshiftdev.codeartifact
6-
version=0.9.3
6+
version=1.0.0
77

88
org.gradle.jvmargs=-Dfile.encoding\=UTF-8
99
org.gradle.vfs.watch=true

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
[versions]
44

55
[plugins]
6-
spotless = { id = "com.diffplug.spotless", version = "7.0.0.BETA4" }
6+
spotless = { id = "com.diffplug.spotless", version = "7.0.1" }
77
publish = { id = "com.gradle.plugin-publish", version = "1.3.0" }
88

99
[libraries]
10-
ktfmt = { module = "com.facebook.ktfmt:ktfmt", version = "0.52" }
10+
ktfmt = { module = "com.facebook.ktfmt:ktfmt", version = "0.53" }
1111

1212
aws-sdk-kotlin-v1-bom = { module = "aws.sdk.kotlin:bom", version = "1.3.105" }
1313
aws-sdk-kotlin-v1-codeartifact = { module = "aws.sdk.kotlin:codeartifact" }

0 commit comments

Comments
 (0)