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 237a602 commit 467e780Copy full SHA for 467e780
build.sbt
@@ -4,7 +4,7 @@ import sbtcrossproject.CrossType
4
lazy val latestMunitVersion = "1.2.1"
5
lazy val scalametaVersion = "4.9.9"
6
lazy val defaultScala212 = "2.12.20"
7
-lazy val defaultScala213 = "2.13.16"
+lazy val defaultScala213 = "2.13.17"
8
lazy val defaultScala3 = "3.3.6"
9
lazy val bin212 =
10
Seq(
@@ -16,7 +16,8 @@ lazy val bin212 =
16
)
17
lazy val bin213 =
18
19
- defaultScala213
+ defaultScala213,
20
+ "2.13.16"
21
22
23
inThisBuild(
0 commit comments