File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed 
src/main/kotlin/io/perracodex/exposed/utils Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ dependencies {
3030
3131|  ** ExposedPagination**  |  ** Exposed**  |  Ktor  |  ** Kotlin**  | 
3232| -----------------------| -------------| -------| ------------| 
33+ |  1.0.11                |  \> = 0.61.0  |  3.1.2 |  \> = 2.1.20 | 
3334|  1.0.10                |  \> = 0.59.0  |  3.1.1 |  \> = 2.1.10 | 
3435
3536--- 
Original file line number Diff line number Diff line change 11kotlin.code.style =official 
22group =io.github.perracodex 
3- version =1.0.10  
3+ version =1.0.11  
44artifactId =exposed-pagination 
55repository =github.com/perracodex 
66repositoryConnection =github.com:perracodex 
Original file line number Diff line number Diff line change 44
55detekt  = " 1.23.7" 
66dokka  = " 2.0.0" 
7- exposed  = " 0.59 .0" 
8- kotlin  = " 2.1.10 " 
9- kotlinx-serialization  = " 1.8.0 " 
10- ktor  = " 3.1.1 " 
7+ exposed  = " 0.61 .0" 
8+ kotlin  = " 2.1.20 " 
9+ kotlinx-serialization  = " 1.8.1 " 
10+ ktor  = " 3.1.2 " 
1111vanniktech  = " 0.30.0" 
1212
1313
Original file line number Diff line number Diff line change 55package  io.perracodex.exposed.utils 
66
77import  io.ktor.util.logging.* 
8- import  org.slf4j.Logger 
98import  kotlin.reflect.KFunction 
109import  kotlin.reflect.jvm.javaMethod 
1110
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments