We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf94bc commit f58d525Copy full SHA for f58d525
build.sbt
@@ -17,7 +17,7 @@ inThisBuild(
17
)
18
19
lazy val scala212 = "2.12.15"
20
-lazy val scala213 = "2.13.7"
+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")
src/sbt-test/integration/scalapy/build.sbt
@@ -1,7 +1,7 @@
1
import ai.kien.python.Python
2
3
4
5
6
7
ThisBuild / scalaVersion := scala213
0 commit comments