File tree Expand file tree Collapse file tree
sbt-coffeescript-plugin-tester/project Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 name : Tests
1818 uses : playframework/.github/.github/workflows/cmd.yml@v3
1919 with :
20- java : 25, 21, 17, 11, 8
21- scala : 2.12.21, 3.7.4
20+ java : 25, 21, 17
21+ scala : 2.12.21, 3.8.2
2222 cmd : |
2323 sbt ++$MATRIX_SCALA test scripted
2424
Original file line number Diff line number Diff line change 88
99jobs :
1010 publish-artifacts :
11- name : JDK 8
11+ name : JDK 17
1212 runs-on : ubuntu-24.04
1313 if : ${{ github.repository_owner == 'sbt' }}
1414 steps :
2525 - name : Install Adoptium Temurin OpenJDK
2626 uses : coursier/setup-action@v1
2727 with :
28- jvm : adoptium:8
28+ jvm : adoptium:17
2929
3030 - name : Install sbt
3131 uses : sbt/setup-sbt@v1
Original file line number Diff line number Diff line change 11lazy val scala212 = " 2.12.21"
2- lazy val scala3 = " 3.7.4 "
2+ lazy val scala3 = " 3.8.2 "
33ThisBuild / crossScalaVersions := Seq (scala212, scala3)
44
55lazy val `sbt-coffeescript` = project in file(" ." )
@@ -13,8 +13,8 @@ developers += Developer(
1313 url(" https://github.com/playframework" )
1414)
1515
16- addSbtJsEngine(" 1.4.0-M1 " )
17- addSbtWeb(" 1.6.0-M1 " )
16+ addSbtJsEngine(" 1.4.0-M2 " )
17+ addSbtWeb(" 1.6.0-M2 " )
1818
1919libraryDependencies ++= Seq (
2020 " org.webjars.npm" % " node-require-fallback" % " 1.0.0" ,
@@ -34,8 +34,8 @@ Global / onLoad := (Global / onLoad).value.andThen { s =>
3434
3535ThisBuild / (pluginCrossBuild / sbtVersion) := {
3636 scalaBinaryVersion.value match {
37- case " 2.12" => " 1.12.0 "
38- case _ => " 2.0.0-RC8 "
37+ case " 2.12" => " 1.12.4 "
38+ case _ => " 2.0.0-RC9 "
3939 }
4040}
4141
Original file line number Diff line number Diff line change 1- sbt.version =1.12.1
1+ sbt.version =1.12.4
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.github.sbt" % " sbt-web-build-base" % " 2.1.0-M1 " )
1+ addSbtPlugin(" com.github.sbt" % " sbt-web-build-base" % " 2.1.0-M2 " )
22
33addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
Original file line number Diff line number Diff line change 1- sbt.version =1.12.1
1+ sbt.version =1.12.4
You can’t perform that action at this time.
0 commit comments