Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Jun 24, 2024
1 parent 265edd0 commit 27dea2b
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 @@ -3,7 +3,7 @@ ThisBuild / crossScalaVersions := Seq("2.13.14", "2.12.19", "3.3.3")
ThisBuild / scalaVersion := crossScalaVersions.value.head
ThisBuild / githubWorkflowPublishTargetBranches := Nil
ThisBuild / startYear := Some(2016)
ThisBuild / tlBaseVersion := "0.15"
ThisBuild / tlBaseVersion := "0.15"
ThisBuild / scalafixAll / skip := tlIsScala3.value
ThisBuild / ScalafixConfig / skip := tlIsScala3.value
ThisBuild / tlCiScalafixCheck := false // TODO: Address these in a follow up PR
Expand Down

0 comments on commit 27dea2b

Please sign in to comment.