Skip to content

Commit

Permalink
Update cats and shapeless
Browse files Browse the repository at this point in the history
  • Loading branch information
joroKr21 committed Aug 21, 2024
1 parent 8a6a666 commit e859f5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ ThisBuild / scalaVersion := scala3
ThisBuild / tlBaseVersion := "3.3"
ThisBuild / organization := "org.typelevel"

val catsVersion = "2.11.0"
val catsVersion = "2.12.0"
val munitVersion = "1.0.0"
val disciplineMunitVersion = "2.0.0-M3"
val disciplineMunitVersion = "2.0.0"
val kindProjectorVersion = "0.13.3"
val shapeless2Version = "2.3.11"
val shapeless3Version = "3.4.1"
val shapeless2Version = "2.3.12"
val shapeless3Version = "3.4.3"

lazy val commonSettings = Seq(
scalacOptions ++= Seq(
Expand Down

0 comments on commit e859f5a

Please sign in to comment.