Skip to content

Commit f58d525

Browse files
scala-stewardkiendang
authored andcommitted
Update scala-library to 2.13.8
1 parent baf94bc commit f58d525

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inThisBuild(
1717
)
1818

1919
lazy val scala212 = "2.12.15"
20-
lazy val scala213 = "2.13.7"
20+
lazy val scala213 = "2.13.8"
2121
lazy val scala3 = "3.1.0"
2222

2323
lazy val scalapyVersion = getProp("plugin.scalapy.version").getOrElse("0.5.1")

src/sbt-test/integration/scalapy/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ai.kien.python.Python
22

33
lazy val scala212 = "2.12.15"
4-
lazy val scala213 = "2.13.7"
4+
lazy val scala213 = "2.13.8"
55
lazy val scala3 = "3.1.0"
66

77
ThisBuild / scalaVersion := scala213

0 commit comments

Comments
 (0)