Skip to content

Commit

Permalink
fix: kotlin 버전 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaklede committed Jan 20, 2024
1 parent 929d4fb commit 63d6dc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can easily create an Excel file in the spring.

# Gradle
```kotlin
implementation("io.github.Yaklede:spring-excel-extension:0.0.2")
implementation("io.github.Yaklede:spring-excel-extension:0.0.3")
```

# How to Use
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation("io.github.Yaklede:empty-object-generator:0.2.3")

//kotlin
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.20")

///test
implementation("org.junit.jupiter:junit-jupiter-api:5.7.2")
Expand Down
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
PUBLISH_GROUP_ID = 'io.github.Yaklede'
PUBLISH_VERSION = '0.0.2'
PUBLISH_VERSION = '0.0.3'
PUBLISH_ARTIFACT_ID = 'spring-excel-extension'
PUBLISH_DESCRIPTION = 'Easily Create An Excel File In The Spring Library'
PUBLISH_URL = 'https://github.com/Yaklede/spring-excel-extension'
Expand Down

0 comments on commit 63d6dc8

Please sign in to comment.