Skip to content

Commit

Permalink
Update build.mill
Browse files Browse the repository at this point in the history
Co-authored-by: Ondra Pelech <[email protected]>
  • Loading branch information
lihaoyi and sideeffffect authored Dec 30, 2024
1 parent 68d2580 commit b5ef43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
import com.github.lolgab.mill.mima._

val dottyVersion = sys.props.get("dottyVersion")
val scalaVersions = List("2.12.20", "2.13.15", "3.6.2") ++ dottyVersion
val scalaVersions = List("2.12.20", "2.13.15", "3.3.4") ++ dottyVersion

trait RequestsJvmModule extends RequestsModule with Mima {
def mimaPreviousArtifacts = Agg(
Expand Down

0 comments on commit b5ef43a

Please sign in to comment.