Skip to content

Commit 7c96567

Browse files
committed
Upgraded scala-python to use Scla 3
1 parent 63c11a6 commit 7c96567

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,9 @@ lazy val doobie = (project in file("doobie"))
542542
// lazy val scala_python = (project in file("scala-python"))
543543
// .settings(
544544
// name := "scala-python",
545-
// libraryDependencies += "me.shadaj" %% "scalapy-core" % "0.5.2",
546-
// fork := true
545+
// libraryDependencies += "dev.scalapy" %%% "scalapy-core" % "0.5.3",
546+
// fork := true,
547+
// scalaVersion := scala3Version
547548
// )
548549

549550
lazy val reflection = (project in file("reflection"))

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
22

3-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.10")
3+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
55

66
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.2.1")

0 commit comments

Comments
 (0)