Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.4 (#1474)
Browse files Browse the repository at this point in the history
Co-authored-by: kenji yoshida <[email protected]>
  • Loading branch information
scala-steward and xuwei-k authored Sep 29, 2024
1 parent 94db968 commit f4c3e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ lazy val buildSettings = Seq(

lazy val catsVersion = "2.12.0"
lazy val scala2Version = "2.13.15"
lazy val scala3Version = "3.3.3"
lazy val scala3Version = "3.3.4"

lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % catsVersion)
lazy val catsFree = Def.setting("org.typelevel" %%% "cats-free" % catsVersion)
Expand Down

0 comments on commit f4c3e2c

Please sign in to comment.