We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cbdfb4 + 52481eb commit 2e2b995Copy full SHA for 2e2b995
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", "0.26.0-RC1") ++ dottyVersion): _*)
+object requests extends Cross[RequestsModule]((List("2.12.6", "2.13.0", "0.27.0-RC1") ++ dottyVersion): _*)
8
class RequestsModule(val crossScalaVersion: String) extends CrossScalaModule with PublishModule {
9
def publishVersion = "0.6.5"
10
def artifactName = "requests"
0 commit comments