Skip to content

Commit 539a312

Browse files
Update okhttp to 5.0.0
1 parent 63efdd0 commit 539a312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object Dependencies {
2525
val log4j = "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4j2Version
2626
val commonsIo = "commons-io" % "commons-io" % "2.19.0"
2727
val scanamo = "org.scanamo" %% "scanamo" % "3.0.0"
28-
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.12.0"
28+
val okHttp = "com.squareup.okhttp3" % "okhttp" % "5.0.0"
2929
val specsCore = "org.specs2" %% "specs2-core" % specsVersion % "test"
3030
val specsScalaCheck =
3131
"org.specs2" %% "specs2-scalacheck" % specsVersion % "test"

0 commit comments

Comments
 (0)