Skip to content

Commit 362df6d

Browse files
authored
Merge pull request #406 from scalameta/update/io-4.14.4
Update io to 4.14.4
2 parents d59b414 + 1411b16 commit 362df6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
157157
},
158158
).dependsOn(pprint).jsSettings(
159159
sharedJSSettings,
160-
libraryDependencies += smorg %%% "io" % "4.14.3" cross
160+
libraryDependencies += smorg %%% "io" % "4.14.4" cross
161161
CrossVersion.for3Use2_13,
162162
)
163163

0 commit comments

Comments
 (0)