Skip to content

Commit 944aca9

Browse files
Update scala-library to 2.12.21 (#311)
1 parent 54490a3 commit 944aca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ lazy val types = crossProject(JSPlatform, JVMPlatform)
4646
.crossType(CrossType.Pure)
4747
.settings(commonSettings)
4848
.settings(
49-
crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.0"),
49+
crossScalaVersions := Seq("2.12.21", "2.13.16", "3.3.0"),
5050
name := "sloth-types",
5151
libraryDependencies ++=
5252
Deps.cats.value ::

0 commit comments

Comments
 (0)