Skip to content

Commit cd24896

Browse files
committed
Update io to 4.14.6
1 parent c878097 commit cd24896

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
@@ -158,7 +158,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
158158
).dependsOn(pprint).jsSettings(
159159
sharedJSSettings,
160160
libraryDependencies +=
161-
smorg %%% "io" % "4.14.5" cross CrossVersion.for3Use2_13,
161+
smorg %%% "io" % "4.14.6" cross CrossVersion.for3Use2_13,
162162
)
163163

164164
lazy val cli = crossProject(JVMPlatform, NativePlatform)

0 commit comments

Comments
 (0)