Skip to content

Commit

Permalink
Update .mill-version (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Oct 24, 2024
1 parent 83a2d1e commit ffbecf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['8', '17']
java: ['11', '17']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.11
0.12.0
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 ffbecf6

Please sign in to comment.