Skip to content

Commit 1054f03

Browse files
Update fs2-data-csv, fs2-data-csv-generic to 1.13.0 (#536)
2 parents a5d2bdf + 156eba4 commit 1054f03

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Dependencies {
88
val ciris = "3.12.0"
99
val decline = "2.6.1"
1010
val fs2 = "3.13.0"
11-
val fs2Data = "1.12.1"
11+
val fs2Data = "1.13.0"
1212
val http4s = "0.23.33"
1313
val iron = "3.3.0"
1414
val gatling = "3.15.0"

smithy-build.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"modules/api/target/scala-3.4.3/src_managed/main/smithy",
77
"modules/api/target/scala-3.5.2/src_managed/main/smithy",
88
"modules/api/target/scala-3.6.3/src_managed/main/smithy",
9-
"modules/api/target/scala-3.8.2/src_managed/main/smithy"
9+
"modules/api/target/scala-3.8.2/src_managed/main/smithy",
10+
"modules/api/target/scala-3.8.3/src_managed/main/smithy"
1011
],
1112
"maven" : {
1213
"dependencies" : [
@@ -15,7 +16,9 @@
1516
"com.disneystreaming.alloy:alloy-core:0.3.13",
1617
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.29",
1718
"com.disneystreaming.alloy:alloy-core:0.3.36",
18-
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.49"
19+
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.49",
20+
"com.disneystreaming.alloy:alloy-core:0.3.37",
21+
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.50"
1922
],
2023
"repositories" : [
2124
]

0 commit comments

Comments
 (0)