Skip to content

Commit

Permalink
some bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
mfirry committed Jul 26, 2024
1 parent 450c566 commit 84f8772
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version := "1.2.13.7"

ThisBuild / scalafmtOnCompile := true

val scalaV = "2.13.8"
val scalaV = "2.13.14"

lazy val dispatch =
(project in file("dispatch"))
Expand Down Expand Up @@ -59,7 +59,7 @@ lazy val `naive-http` =
.settings(
scalaVersion := scalaV,
libraryDependencies ++= Seq(
"io.shaka" %% "naive-http" % "122"
"io.shaka" %% "naive-http" % "126"
),
resolvers += ("Tim Tennant's repo" at "http://dl.bintray.com/timt/repo/")
.withAllowInsecureProtocol(true)
Expand All @@ -70,7 +70,7 @@ lazy val sttp =
.settings(
scalaVersion := scalaV,
libraryDependencies ++= Seq(
"com.softwaremill.sttp.client3" %% "core" % "3.5.1"
"com.softwaremill.sttp.client3" %% "core" % "3.9.7"
)
)

Expand All @@ -79,7 +79,7 @@ lazy val requests =
.settings(
scalaVersion := scalaV,
libraryDependencies ++= Seq(
"com.lihaoyi" %% "requests" % "0.7.0"
"com.lihaoyi" %% "requests" % "0.9.0"
)
)

Expand Down
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")

addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.9")

0 comments on commit 84f8772

Please sign in to comment.