Skip to content

Commit

Permalink
Remove 2.12 from benchmark instead of 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdziuban committed Oct 27, 2023
1 parent 9c174b0 commit 5ba07ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ lazy val play = playProj(projectMatrix.in(file("play")), "play")(axis => _ => _.

lazy val bench = http4sProj(projectMatrix.in(file("bench")), "bench", _ => List(Platform.Jvm))(
_ => sjsNowarnGlobalECSettings,
modScalaVersions = _ => _ => _.filterNot(_.startsWith("3.")),
modScalaVersions = _ => _ => _.filterNot(_.startsWith("2.12")),
)
.settings(noPublishSettings)
.settings(scalacOptions --= foldScalaV(scalaVersion.value)(Seq("-Ywarn-unused:nowarn"), Seq(), Seq()))
Expand Down

0 comments on commit 5ba07ff

Please sign in to comment.