Skip to content

Commit 0cb749d

Browse files
committed
Update ScalaPy to 0.5.2
1 parent ba0bd17 commit 0cb749d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lazy val scala212 = "2.12.15"
2020
lazy val scala213 = "2.13.8"
2121
lazy 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

2525
lazy val enableScripted = getProp("plugin.ci").isDefined
2626

0 commit comments

Comments
 (0)