Skip to content

Commit f63921a

Browse files
authored
Merge pull request #81 from dotty-staging/scala3-release-3.0.0-RC3
Upgrade Dotty to 3.0.0-RC3
2 parents aa20ef8 + bb73c6c commit f63921a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sc

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
66

77
val dottyVersion = Option(sys.props("dottyVersion"))
88

9-
object requests extends Cross[RequestsModule]((List("2.12.13", "2.13.5", "2.11.12", "3.0.0-RC2") ++ dottyVersion): _*)
9+
object requests extends Cross[RequestsModule]((List("2.12.13", "2.13.5", "2.11.12", "3.0.0-RC3") ++ dottyVersion): _*)
1010
class RequestsModule(val crossScalaVersion: String) extends CrossScalaModule with PublishModule {
1111
def publishVersion = VcsVersion.vcsState().format()
1212
def artifactName = "requests"
@@ -21,12 +21,12 @@ class RequestsModule(val crossScalaVersion: String) extends CrossScalaModule wit
2121
)
2222
)
2323
def ivyDeps = Agg(
24-
ivy"com.lihaoyi::geny::0.6.8"
24+
ivy"com.lihaoyi::geny::0.6.9"
2525
)
2626
object test extends Tests{
2727
def ivyDeps = Agg(
28-
ivy"com.lihaoyi::utest::0.7.8",
29-
ivy"com.lihaoyi::ujson::1.3.11"
28+
ivy"com.lihaoyi::utest::0.7.9",
29+
ivy"com.lihaoyi::ujson::1.3.12"
3030
)
3131
def testFrameworks = Seq("utest.runner.Framework")
3232
}

0 commit comments

Comments
 (0)