Skip to content

Commit f5d65b9

Browse files
authored
Merge pull request #2051 from Baeldung/update/os-lib-0.11.6
Update os-lib from 0.11.4 to 0.11.6
2 parents 4323ff7 + 3d6bdf0 commit f5d65b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,8 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
490490

491491
val http4sBlaze = "0.23.17"
492492
val http4sVersion = "0.23.33"
493-
val osLibVersion = "0.11.4"
493+
val osLibVersion = "0.11.6"
494+
494495

495496
val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
496497

0 commit comments

Comments
 (0)