Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ val catsVersion = "2.10.0"
val catsEffectVersion = "3.5.2"
val scodecBitsVersion = "1.1.38"
val munitVersion = "1.0.0-M10"
val munitCEVersion = "2.0.0-M3"
val disciplineMUnitVersion = "2.0.0-M3"
val munitCEVersion = "2.0.0"
val disciplineMUnitVersion = "2.0.0"

lazy val root = tlCrossRootProject.aggregate(crypto, testRuntime)

Expand Down