Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: http4s/http4s-scalatags
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 73a50bba5da15e83330c3f9f96ff977292d36ac7
Choose a base ref
..
head repository: http4s/http4s-scalatags
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4971c15545c96d4c2e420bf5add4a7a16187c279
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 build.sbt
  2. +1 −1 project/build.properties
  3. +1 −1 project/plugins.sbt
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ ThisBuild / startYear := Some(2018)

lazy val root = tlCrossRootProject.aggregate(scalatags)

val http4sVersion = "0.23.29"
val http4sVersion = "0.23.30"
val scalatagsVersion = "0.12.0"
val munitVersion = "1.0.0-M7"
val munitCatsEffectVersion = "2.0.0-M3"
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.5
sbt.version=1.10.6
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.17.5")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")