File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ lazy val v1_0_0_input = project.in(file("v1_0_0/input"))
2222lazy val v1_0_0_output = project.in(file(" v1_0_0/output" ))
2323 .settings(
2424 libraryDependencies ++= Seq (
25- " org.typelevel" %% " cats-core" % " 1.0 .0" ,
25+ " org.typelevel" %% " cats-core" % " 2.13 .0" ,
2626 " org.typelevel" %% " cats-free" % " 1.0.0"
2727 ),
2828 scalacOptions ++= Seq (
@@ -49,15 +49,15 @@ lazy val v1_0_0_tests = project.in(file("v1_0_0/tests"))
4949lazy val v2_2_0_input = project.in(file(" v2_2_0/input" ))
5050 .settings(
5151 libraryDependencies ++= Seq (
52- " org.typelevel" %% " cats-core" % " 2.1 .0"
52+ " org.typelevel" %% " cats-core" % " 2.13 .0"
5353 ),
5454 scalacOptions ++= Seq (" -language:higherKinds" , " -P:semanticdb:synthetics:on" )
5555 )
5656
5757lazy val v2_2_0_output = project.in(file(" v2_2_0/output" ))
5858 .settings(
5959 libraryDependencies ++= Seq (
60- " org.typelevel" %% " cats-core" % " 2.2.0-RC4 "
60+ " org.typelevel" %% " cats-core" % " 2.13.0 "
6161 ),
6262 scalacOptions += " -language:higherKinds"
6363 )
You can’t perform that action at this time.
0 commit comments