Skip to content

Commit 494744e

Browse files
authored
Merge pull request #398 from scalameta/update/io-4.14.3
Update io to 4.14.3
2 parents 30d6674 + 8959217 commit 494744e

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.2" cross
160+
libraryDependencies += smorg %%% "io" % "4.14.3" cross
161161
CrossVersion.for3Use2_13,
162162
)
163163

0 commit comments

Comments
 (0)