Skip to content

Commit

Permalink
deps: bump scalajs default to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Sep 18, 2023
1 parent be748d8 commit eca8f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import io.kipp.mill.ci.release.CiReleaseModule
val scala212 = "2.12.18"
val scala213 = "2.13.12"

val scalaJS1 = "1.11.0"
val scalaJS1 = "1.12.0"

val scalaVersions = List(scala212, scala213)

Expand Down

0 comments on commit eca8f54

Please sign in to comment.