Skip to content

Commit

Permalink
usePipelining
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Aug 27, 2024
1 parent 4daebdc commit 134f133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ThisBuild / organization := "org.mbari"
ThisBuild / organizationName := "Monterey Bay Aquarium Research Institute"
ThisBuild / resolvers ++= Seq(Resolver.githubPackages("mbari-org", "maven"))
ThisBuild / scalaVersion := "3.5.0"
ThisBuild / usePipelining := true
// ThisBuild / scalaVersion := "3.4.2"
// ThisBuild / scalaVersion := "3.3.1" // Fails. See https://github.com/lampepfl/dotty/issues/17069#issuecomment-1763053572
ThisBuild / scalacOptions ++= Seq(
Expand Down

0 comments on commit 134f133

Please sign in to comment.