File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
scala-python/src/main/scala/com/baeldung/scalapy Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -542,8 +542,9 @@ lazy val doobie = (project in file("doobie"))
542
542
// lazy val scala_python = (project in file("scala-python"))
543
543
// .settings(
544
544
// 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
547
548
// )
548
549
549
550
lazy val reflection = (project in file(" reflection" ))
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.0" )
2
2
3
- addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.10 " )
3
+ addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.16 " )
4
4
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.13.0" )
5
5
6
6
addSbtPlugin(" com.lightbend.akka.grpc" % " sbt-akka-grpc" % " 2.2.1" )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments