Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into update/os-lib-0.11.6
  • Loading branch information
yadavan88 authored Nov 8, 2025
commit 3d6bdf0a87e601f631c2ff4011d35941f3e062e5
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -489,9 +489,10 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
)

val http4sBlaze = "0.23.17"
val http4sVersion = "0.23.32"
val http4sVersion = "0.23.33"
val osLibVersion = "0.11.6"


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

val log4jApiScalaDep =
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.