Skip to content

Commit

Permalink
Update detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
boguszpawlowski committed Jan 27, 2024
1 parent 3d6df0c commit 4558055
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ object Material {
}

object DetektLib {
const val Version = "1.21.0"
const val Version = "1.23.4"

const val PluginId = "io.gitlab.arturbosch.detekt"
const val Plugin = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:$Version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,3 @@ internal class MonthListState(

private operator fun YearMonth.minus(other: YearMonth) =
ChronoUnit.MONTHS.between(other, this)

internal const val PagerItemCount = 20_000
internal const val StartIndex = PagerItemCount / 2
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ public enum class SelectionMode {
Single,
Multiple,
Period,
;
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ import dev.chrisbanes.snapper.rememberSnapperFlingBehavior
import io.github.boguszpawlowski.composecalendar.day.DayState
import io.github.boguszpawlowski.composecalendar.day.WeekDay
import io.github.boguszpawlowski.composecalendar.header.WeekState
import io.github.boguszpawlowski.composecalendar.month.PagerItemCount
import io.github.boguszpawlowski.composecalendar.month.StartIndex
import io.github.boguszpawlowski.composecalendar.month.coerceSnapIndex
import io.github.boguszpawlowski.composecalendar.selection.SelectionState
import java.time.DayOfWeek
Expand Down

0 comments on commit 4558055

Please sign in to comment.