We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40efc05 commit cd32fe0Copy full SHA for cd32fe0
build.sc
@@ -4,7 +4,7 @@ import scalalib._
4
5
val dottyVersion = Option(sys.props("dottyVersion"))
6
7
-object requests extends Cross[RequestsModule]((List("2.12.6", "2.13.0", "3.0.0-M1") ++ dottyVersion): _*)
+object requests extends Cross[RequestsModule]((List("2.12.6", "2.13.0", "3.0.0-M2") ++ dottyVersion): _*)
8
class RequestsModule(val crossScalaVersion: String) extends CrossScalaModule with PublishModule {
9
def publishVersion = "0.6.5"
10
def artifactName = "requests"
0 commit comments