Skip to content

Commit

Permalink
Mark tests that depend on publishing to be pending
Browse files Browse the repository at this point in the history
Publish will be broken until we publish util,
and update zinc.
  • Loading branch information
eed3si9n committed Nov 26, 2023
1 parent f51d96f commit 2098385
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / csrCacheDirectory := (ThisBuild / baseDirectory).value / "coursier-cache"
ivyPaths := IvyPaths(baseDirectory.value.toString, Some((ThisBuild / baseDirectory).value / "ivy" / "cache").toString)
ThisBuild / ivyPaths := IvyPaths(baseDirectory.value.toString, Some((ThisBuild / baseDirectory).value / "ivy" / "cache").toString)
ThisBuild / managedScalaInstance := false
ThisBuild / autoScalaLibrary := false
ThisBuild / crossPaths := false

0 comments on commit 2098385

Please sign in to comment.