Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
Signed-off-by: Kamil Adam <kamil.adam.zabinski@gmail.com>
  • Loading branch information
kamil-adam authored Aug 11, 2023
1 parent 63a154b commit 6c35b8e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ThisBuild / tlBaseVersion := "1.6"

ThisBuild / developers := List(
tlGitHubDev("kamil-adam", "Kamil Adam")
)
//ThisBuild / developers := List(
// tlGitHubDev("kamil-adam")
//)

ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.10", "3.2.1")
ThisBuild / tlVersionIntroduced := Map("3" -> "1.1.5")
Expand Down Expand Up @@ -30,8 +30,13 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
name := "catculus",
moduleName := "catculus-core",

libraryDependencies += "org.typelevel" %%% "cats-kernel" % catsVersion,
libraryDependencies += "org.typelevel" %%% "cats-core" % catsVersion,

libraryDependencies += "org.typelevel" %%% "cats-laws" % catsVersion,
libraryDependencies += "org.typelevel" %%% "cats-free" % catsVersion,
libraryDependencies += "org.typelevel" %%% "cats-testkit" % catsVersion,
libraryDependencies += "org.typelevel" %%% "algebra" % catsVersion,

libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.5.1",
libraryDependencies += "org.typelevel" %%% "kittens" % "3.0.0",

Expand Down

0 comments on commit 6c35b8e

Please sign in to comment.