Skip to content

Commit ec38590

Browse files
authored
Minor/major updates
1 parent bb7b226 commit ec38590

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

project/ProjectPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object ProjectPlugin extends AutoPlugin {
1919
val circe: String = "0.14.6"
2020
val expecty = "0.16.0"
2121
val http4s: String = "0.23.24"
22-
val http4sBlazeClient: String = "0.23.15"
22+
val http4sBlazeClient: String = "0.23.16"
2323
val paradise: String = "2.1.1"
2424
val scalacheck = "1.17.0"
2525
val scalacheckShapeless = "1.3.0"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.11")
1515
addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0")
1616
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")
1717
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
18-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
18+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
1919
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")

0 commit comments

Comments
 (0)