Skip to content

Commit f7e94ea

Browse files
committed
.
1 parent 0b79c47 commit f7e94ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import com.github.lolgab.mill.mima._
77
val dottyCommunityBuildVersion = sys.props.get("dottyVersion").toList
88

99
val scalaVersions =
10-
Seq("2.12.16", "2.13.8", "3.3.1") ++ dottyCommunityBuildVersion
10+
Seq("2.12.16", "2.13.14", "3.3.1") ++ dottyCommunityBuildVersion
1111

1212
trait PPrintModule
1313
extends CrossScalaModule with PublishModule with PlatformScalaModule with Mima {
@@ -57,7 +57,7 @@ object pprint extends Module {
5757

5858
object js extends Cross[JsPPrintModule](scalaVersions)
5959
trait JsPPrintModule extends PPrintModule with ScalaJSModule {
60-
def scalaJSVersion = "1.12.0"
60+
def scalaJSVersion = "1.16.0"
6161
object test extends ScalaJSTests with PPrintTestModule
6262
}
6363

0 commit comments

Comments
 (0)