Skip to content

Commit

Permalink
Merge pull request #58 from armanbilge/update/cats-effect-3.3.14
Browse files Browse the repository at this point in the history
Update to Cats Effect 3.3.14, bump base v to 0.1
  • Loading branch information
armanbilge authored Sep 15, 2022
2 parents 41890b5 + a98add7 commit f4cea4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / tlBaseVersion := "0.0"
ThisBuild / tlBaseVersion := "0.1"

ThisBuild / organization := "com.armanbilge"
ThisBuild / organizationName := "Arman Bilge"
Expand Down Expand Up @@ -26,8 +26,8 @@ ThisBuild / githubWorkflowBuild ++= Seq(
)
)

val catsEffectVersion = "3.3.14-6-d8a0441"
val munitCEVersion = "2.0-5e03bfc"
val catsEffectVersion = "3.3.14"
val munitCEVersion = "2.0.0-M3"

lazy val root = tlCrossRootProject.aggregate(core, tests, example)

Expand Down

0 comments on commit f4cea4b

Please sign in to comment.