File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 with :
2929 python-version : ${{ matrix.python }}
3030 - name : Integration tests against latest ScalaPy stable
31- run : scripts/integration_test.sh python3 0.5.1
31+ run : scripts/integration_test.sh python3 0.5.2
3232 shell : bash
3333 - name : Test virtualenv
34- run : scripts/virtualenv_test.sh 0.5.1
34+ run : scripts/virtualenv_test.sh 0.5.2
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ lazy val scala212 = "2.12.15"
2020lazy val scala213 = " 2.13.8"
2121lazy val scala3 = " 3.1.0"
2222
23- lazy val scalapyVersion = getProp(" plugin.scalapy.version" ).getOrElse(" 0.5.1 " )
23+ lazy val scalapyVersion = getProp(" plugin.scalapy.version" ).getOrElse(" 0.5.2 " )
2424
2525lazy val enableScripted = getProp(" plugin.ci" ).isDefined
2626
You can’t perform that action at this time.
0 commit comments