Skip to content

Commit

Permalink
Bump TL version to remove redundant config [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Jun 24, 2023
1 parent beeb7a9 commit 0d5ac65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ::
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 0d5ac65

Please sign in to comment.