Skip to content

Commit 40efc05

Browse files
Bump Dotty to Scala 3.0.0-M1
1 parent f77fcd0 commit 40efc05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import scalalib._
44

55
val dottyVersion = Option(sys.props("dottyVersion"))
66

7-
object requests extends Cross[RequestsModule]((List("2.12.6", "2.13.0", "0.27.0-RC1") ++ dottyVersion): _*)
7+
object requests extends Cross[RequestsModule]((List("2.12.6", "2.13.0", "3.0.0-M1") ++ dottyVersion): _*)
88
class RequestsModule(val crossScalaVersion: String) extends CrossScalaModule with PublishModule {
99
def publishVersion = "0.6.5"
1010
def artifactName = "requests"
@@ -23,7 +23,7 @@ class RequestsModule(val crossScalaVersion: String) extends CrossScalaModule wit
2323
)
2424
object test extends Tests{
2525
def ivyDeps = Agg(
26-
ivy"com.lihaoyi::utest::0.7.4",
26+
ivy"com.lihaoyi::utest::0.7.5",
2727
ivy"com.lihaoyi::ujson::1.2.0"
2828
)
2929
def testFrameworks = Seq("utest.runner.Framework")

0 commit comments

Comments
 (0)