File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ object Deps {
160
160
def scalaPackagerCli = ivy " org.virtuslab:scala-packager-cli_2.13: ${Versions .scalaPackager}"
161
161
// Force using of 2.13 - is there a better way?
162
162
def scalaparse = ivy " com.lihaoyi:scalaparse_2.13:2.3.3 "
163
- def scalaPy = ivy " me.shadaj ::scalapy-core::0.5.2+5-83f1eb68 "
163
+ def scalaPy = ivy " dev.scalapy ::scalapy-core::0.5.3 "
164
164
def scalaReflect (sv : String ) = ivy " org.scala-lang:scala-reflect: $sv"
165
165
def semanticDbJavac = ivy " com.sourcegraph:semanticdb-javac:0.7.4 "
166
166
def semanticDbScalac = ivy " org.scalameta:::semanticdb-scalac: ${Versions .scalaMeta}"
Original file line number Diff line number Diff line change @@ -1039,7 +1039,7 @@ Enable Python support via ScalaPy
1039
1039
1040
1040
Aliases: ` --scalapy-version `
1041
1041
1042
- [ experimental] Set ScalaPy version (0.5.2+5-83f1eb68 by default)
1042
+ [ experimental] Set ScalaPy version (0.5.3 by default)
1043
1043
1044
1044
## Repl options
1045
1045
You can’t perform that action at this time.
0 commit comments