Skip to content

Commit

Permalink
Try to fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Feb 9, 2024
1 parent 419ad4f commit d588f36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ ThisBuild / scalaVersion := "3.3.1"
ThisBuild / tlBaseVersion := "0.1"
ThisBuild / tlCiHeaderCheck := false

// Remove dependency submission, which is failing and is not worth setting up for this project
ThisBuild / githubWorkflowAddedJobs ~= (jobs => jobs.filter(job => job.id != "dependency-submission"))

val commonSettings = Seq(
libraryDependencies ++=
"org.creativescala" %% "krop-core" % "0.7.0" ::
Expand Down

0 comments on commit d588f36

Please sign in to comment.