Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 9, 2024
1 parent 0b79c47 commit f7e94ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import com.github.lolgab.mill.mima._
val dottyCommunityBuildVersion = sys.props.get("dottyVersion").toList

val scalaVersions =
Seq("2.12.16", "2.13.8", "3.3.1") ++ dottyCommunityBuildVersion
Seq("2.12.16", "2.13.14", "3.3.1") ++ dottyCommunityBuildVersion

trait PPrintModule
extends CrossScalaModule with PublishModule with PlatformScalaModule with Mima {
Expand Down Expand Up @@ -57,7 +57,7 @@ object pprint extends Module {

object js extends Cross[JsPPrintModule](scalaVersions)
trait JsPPrintModule extends PPrintModule with ScalaJSModule {
def scalaJSVersion = "1.12.0"
def scalaJSVersion = "1.16.0"
object test extends ScalaJSTests with PPrintTestModule
}

Expand Down

0 comments on commit f7e94ea

Please sign in to comment.