Skip to content

Commit dc5e651

Browse files
Compile:Doc error with Scala 2.12.8 - Upgrade to 2.12.10
There is an error with cross compilation that only surfaces in our doc (not compile phase) the fix is in scala 2.12.9.
1 parent 912201b commit dc5e651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Versions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object Versions {
1919

2020

2121
lazy val scala211 = "2.11.7"
22-
lazy val scala212 = "2.12.8"
22+
lazy val scala212 = "2.12.10"
2323

2424
/* For `scalaBinaryVersion.value outside an sbt task. */
2525
lazy val scalaBinary = scala212.dropRight(2)

0 commit comments

Comments
 (0)