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 54490a3 commit 944aca9Copy full SHA for 944aca9
build.sbt
@@ -46,7 +46,7 @@ lazy val types = crossProject(JSPlatform, JVMPlatform)
46
.crossType(CrossType.Pure)
47
.settings(commonSettings)
48
.settings(
49
- crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.0"),
+ crossScalaVersions := Seq("2.12.21", "2.13.16", "3.3.0"),
50
name := "sloth-types",
51
libraryDependencies ++=
52
Deps.cats.value ::
0 commit comments