Skip to content

Commit f971fa3

Browse files
authored
Merge pull request #262 from scala-steward/update/scala-library-2.12.21
Update scala-library to 2.12.21
2 parents 289266f + ac1aceb commit f971fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ object protobuf extends BaseJavaModule {}
169169

170170
val scala213 = "2.13.16"
171171
val scalaVersionsMap =
172-
Map("2.13" -> scala213, "2.12" -> "2.12.20", "3" -> "3.3.7")
172+
Map("2.13" -> scala213, "2.12" -> "2.12.21", "3" -> "3.3.7")
173173
object openapi extends Cross[OpenapiModule](scalaVersionsMap.keys.toList)
174174
trait OpenapiModule extends BaseCrossScalaModule {
175175
val crossVersion = crossValue

0 commit comments

Comments
 (0)