8000 Transition branch `master` to `main` (#144) · com-lihaoyi/sourcecode@f38d919 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 /div>
8000

Commit f38d919

Browse files
authored
Transition branch master to main (#144)
Pull request: #144
1 parent f927345 commit f38d919

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "monthly"
7+
interval: "weekly"

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: ci
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- '*'
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
jobs:
1414
test:

build.sc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import mill._, scalalib._, scalajslib._, scalanativelib._, publish._
21
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
3-
import de.tobiasroeser.mill.vcs.version.VcsVersion
42
import $ivy.`com.github.lolgab::mill-mima::0.0.24`
3+
4+
import mill._, scalalib._, scalajslib._, scalanativelib._, publish._
5+
import de.tobiasroeser.mill.vcs.version.VcsVersion
56
import com.github.lolgab.mill.mima._
67
import mill.scalalib.api.Util.isScala3
78

0 commit comments

Comments
 (0)
0