Skip to content

Commit 6755f12

Browse files
committed
Update io to 4.15.0
1 parent d9ff28d commit 6755f12

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.7" cross CrossVersion.for3Use2_13,
161+
smorg %%% "io" % "4.15.0" cross CrossVersion.for3Use2_13,
162162
)
163163

164164
lazy val cli = crossProject(JVMPlatform, NativePlatform)

0 commit comments

Comments
 (0)