Skip to content

Commit

Permalink
: 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Jan 9, 2024
1 parent 25d7a3d commit 82b13de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ object Dependencies {

// apache poi
const val APACHE_POI = "org.apache.poi:poi:${DependencyVersions.APACHE_POI_VERSION}"
const val APACHE_POI_OOXML = "org.apache.poi:poi-ooxml${DependencyVersions.APACHE_POI_OOXML}"
const val APACHE_POI_OOXML = "org.apache.poi:poi-ooxml:${DependencyVersions.APACHE_POI_OOXML}"
}

0 comments on commit 82b13de

Please sign in to comment.