Skip to content

Commit

Permalink
Remove unnecessary setting
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jul 10, 2024
1 parent 9a8bb93 commit 3910012
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import com.softwaremill.SbtSoftwareMillCommon.commonSmlBuildSettings
import com.softwaremill.Publish.{ossPublishSettings, updateDocs}
import com.softwaremill.UpdateVersionInDocs

// ctrl+c won't kill sbt when you just want to interrupt a deadlock
Global / cancelable := true

lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
organization := "com.softwaremill.ox",
scalaVersion := "3.3.3",
Expand Down

0 comments on commit 3910012

Please sign in to comment.