Commit f7e94ea 1 parent 0b79c47 commit f7e94ea Copy full SHA for f7e94ea
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import com.github.lolgab.mill.mima._
7
7
val dottyCommunityBuildVersion = sys.props.get(" dottyVersion" ).toList
8
8
9
9
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
11
11
12
12
trait PPrintModule
13
13
extends CrossScalaModule with PublishModule with PlatformScalaModule with Mima {
@@ -57,7 +57,7 @@ object pprint extends Module {
57
57
58
58
object js extends Cross [JsPPrintModule ](scalaVersions)
59
59
trait JsPPrintModule extends PPrintModule with ScalaJSModule {
60
- def scalaJSVersion = " 1.12 .0"
60
+ def scalaJSVersion = " 1.16 .0"
61
61
object test extends ScalaJSTests with PPrintTestModule
62
62
}
63
63
You can’t perform that action at this time.
0 commit comments