Skip to content

Commit b5ef43a

Browse files
Update build.mill
Co-authored-by: Ondra Pelech <[email protected]>
1 parent 68d2580 commit b5ef43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.mill

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
1111
import com.github.lolgab.mill.mima._
1212

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

1616
trait RequestsJvmModule extends RequestsModule with Mima {
1717
def mimaPreviousArtifacts = Agg(

0 commit comments

Comments
 (0)