Skip to content

Commit 1d271e1

Browse files
authored
Merge pull request #408 from scalameta/update/io-4.14.5
Update io to 4.14.5
2 parents 43c3f0b + 6a76efd commit 1d271e1

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

164164
lazy val cli = crossProject(JVMPlatform, NativePlatform)

0 commit comments

Comments
 (0)