Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Update discipline-specs2 to 1.1.3 #127

Closed
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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ val CatsEffectVersion = "2.2.0"

val Specs2Version = "4.10.5"
val ScalaCheckVersion = "1.15.1"
val DisciplineVersion = "1.1.1"
val DisciplineVersion = "1.1.3"

val testFrameworkSettings = Seq(
libraryDependencies ++= Seq(
Expand Down