Skip to content

Commit

Permalink
fix dependencies version declare
Browse files Browse the repository at this point in the history
  • Loading branch information
endink committed Dec 12, 2021
1 parent 696e1df commit 0abd9f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

allprojects {
group = "com.labijie"
version = "1.3.2"
version = "1.3.3"

infra {
useDefault {
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
object Versions {
const val kotlin = "1.6.0"
const val infraBom = "2.6.3"
const val infraOrm = "1.0.0"
const val infraPlugin = "1.0.6"
const val infraOrm = "1.0.1"
const val infraPlugin = "1.0.7"
}

0 comments on commit 0abd9f9

Please sign in to comment.