File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ val publishSettings = Seq(
19
19
publishTo := sonatypePublishToBundle.value,
20
20
scmInfo := Some (
21
21
ScmInfo (
22
- url(" https://github.com/lolgab /scala-native-loop" ),
23
- " scm:git:[email protected] :lolgab /scala-native-loop.git"
22
+ url(" https://github.com/scala-native /scala-native-loop" ),
23
+ " scm:git:[email protected] :scala-native /scala-native-loop.git"
24
24
)
25
25
),
26
26
developers := List (
@@ -57,7 +57,7 @@ lazy val commonSettings = Seq(
57
57
// "-Wunused:imports"
58
58
),
59
59
Compile / doc / sources := Seq .empty,
60
- libraryDependencies += " com.github.lolgab " %%% " utest" % " 0.7.5 " % Test ,
60
+ libraryDependencies += " com.lihaoyi " %%% " utest" % " 0.7.6 " % Test ,
61
61
testFrameworks += new TestFramework (" utest.runner.Framework" ),
62
62
Test / nativeLinkStubs := true ,
63
63
)
You can’t perform that action at this time.
0 commit comments