We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0bd17 commit 0cb749dCopy full SHA for 0cb749d
2 files changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
python-version: ${{ matrix.python }}
30
- name: Integration tests against latest ScalaPy stable
31
- run: scripts/integration_test.sh python3 0.5.1
+ run: scripts/integration_test.sh python3 0.5.2
32
shell: bash
33
- name: Test virtualenv
34
- run: scripts/virtualenv_test.sh 0.5.1
+ run: scripts/virtualenv_test.sh 0.5.2
build.sbt
@@ -20,7 +20,7 @@ lazy val scala212 = "2.12.15"
20
lazy val scala213 = "2.13.8"
21
lazy val scala3 = "3.1.0"
22
23
-lazy val scalapyVersion = getProp("plugin.scalapy.version").getOrElse("0.5.1")
+lazy val scalapyVersion = getProp("plugin.scalapy.version").getOrElse("0.5.2")
24
25
lazy val enableScripted = getProp("plugin.ci").isDefined
26
0 commit comments