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

Update tagging to 2.3.1 #258

Merged
merged 5 commits into from
Jul 25, 2021
Merged
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 scalaIdeaVersion = scala212 // the version for which to import sources into

val scalatestVersion = "3.2.9"
val specs2Version = "4.12.3"
val smlTaggingVersion = "2.3.0"
val smlTaggingVersion = "2.3.1"

lazy val commonSettings: Seq[Def.Setting[_]] = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
organization := "com.softwaremill.diffx",
Expand Down