From 0d5ac65fcc9b9dc648f12de6f53528ddd914fbfe Mon Sep 17 00:00:00 2001 From: Jamie Willis Date: Sat, 24 Jun 2023 16:41:42 +0100 Subject: [PATCH] Bump TL version to remove redundant config [skip ci] --- build.sbt | 1 - project/plugins.sbt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 9072698c0..3c0d3a031 100644 --- a/build.sbt +++ b/build.sbt @@ -118,7 +118,6 @@ lazy val parsley = crossProject(JSPlatform, JVMPlatform, NativePlatform) def testCoverageJob(cacheSteps: List[WorkflowStep]) = WorkflowJob( id = "coverage", name = "Run Test Coverage and Upload", - scalas = List(CrossVersion.binaryScalaVersion(Scala213)), // TODO: this can be dropped when https://github.com/typelevel/sbt-typelevel/pull/565 is merged cond = Some(s"github.ref == 'refs/heads/$mainBranch' || (github.event_name == 'pull_request' && github.base_ref == '$mainBranch')"), steps = WorkflowStep.Checkout :: diff --git a/project/plugins.sbt b/project/plugins.sbt index 740a9f1ef..51e60bb8e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtTypelevelVersion = "0.5-686991f-SNAPSHOT" +val sbtTypelevelVersion = "0.5-3d19858-SNAPSHOT" resolvers += "s01-oss-sonatype-org-snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"