File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ lazy val scala3 = "3.1.0"
2222
2323lazy val scalapyVersion = getProp(" plugin.scalapy.version" ).getOrElse(" 0.5.2" )
2424
25- lazy val enableScripted = getProp(" plugin.ci" ).isDefined
26-
2725ThisBuild / scalaVersion := scala213
2826
2927ThisBuild / scalafixDependencies += organizeImports
@@ -73,7 +71,7 @@ lazy val tests = project
7371 scriptedLaunchOpts ++= {
7472 Seq (s " -Dplugin.scalapy.version= $scalapyVersion" ) ++
7573 getProps(" plugin.python.executable" , " plugin.virtualenv" ) ++
76- Seq (" -Xmx1024M" , " -Dplugin.version=" + (`python-native-libs` / version) .value)
74+ Seq (" -Xmx1024M" , " -Dplugin.version=" + version.value)
7775 },
7876 scriptedBufferLog := false
7977 )
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33sbt +publishLocal
4- sbt -Dplugin.ci=true -Dplugin. python.executable=" $1 " -Dplugin.scalapy.version=" $2 " scripted
4+ sbt -Dplugin.python.executable=" $1 " -Dplugin.scalapy.version=" $2 " scripted
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ python3 -m venv "${VENV_DIR}"
1010sbt +publishLocal
1111
1212sbt \
13- -Dplugin.ci=true \
1413 -Dplugin.virtualenv=true \
1514 -Dplugin.python.executable=" ${VENV_DIR} /bin/python" \
1615 -Dplugin.scalapy.version=" $1 " \
You can’t perform that action at this time.
0 commit comments