Skip to content

Commit

Permalink
(Weird) fix for new -dev
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Nov 4, 2023
1 parent 6300def commit dffee46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("DUPLICATE_PARAMETER_NAME_IN_FUNCTION_TYPE")

package arrow.core

import arrow.core.test.either
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("DUPLICATE_PARAMETER_NAME_IN_FUNCTION_TYPE")

package arrow.core

import arrow.core.test.laws.MonoidLaws
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kotlinxSerializationPlugin = "1.9.20"
kotlinBinaryCompatibilityValidator = "0.13.2"
kotlinCompileTesting = "1.5.0"
knit = "0.4.0"
kspVersion = "1.9.20-1.0.13"
kspVersion = "1.9.20-1.0.14"
kotlinxSerialization = "1.6.0"
mockWebServer = "4.12.0"
retrofit = "2.9.0"
Expand Down

0 comments on commit dffee46

Please sign in to comment.