Skip to content

Commit 9418da4

Browse files
authored
Update Utest to com.lihaoyi 0.7.6 (#37)
Fix repository name in ScmInfo
1 parent c75ffd9 commit 9418da4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ val publishSettings = Seq(
1919
publishTo := sonatypePublishToBundle.value,
2020
scmInfo := Some(
2121
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"
2424
)
2525
),
2626
developers := List(
@@ -57,7 +57,7 @@ lazy val commonSettings = Seq(
5757
// "-Wunused:imports"
5858
),
5959
Compile / doc / sources := Seq.empty,
60-
libraryDependencies += "com.github.lolgab" %%% "utest" % "0.7.5" % Test,
60+
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.7.6" % Test,
6161
testFrameworks += new TestFramework("utest.runner.Framework"),
6262
Test / nativeLinkStubs := true,
6363
)

0 commit comments

Comments
 (0)