Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Update specs2-core to 4.16.0 #397

Closed
wants to merge 1 commit into from
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 @@ -11,7 +11,7 @@ val scala3 = "3.1.0"
val scalaIdeaVersion = scala3 // the version for which to import sources into intellij

val scalatestVersion = "3.2.10"
val specs2Version = "4.15.0"
val specs2Version = "4.16.0"
val smlTaggingVersion = "2.3.3"

lazy val commonSettings: Seq[Def.Setting[_]] = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
Expand Down