Skip to content

Commit

Permalink
project: release 4.20.6 for scala 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Jun 7, 2024
1 parent c22a918 commit 72fff68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ lazy val specs2Settings = Seq(
organization := "org.specs2",
GlobalScope / scalazVersion := "7.2.34",
specs2ShellPrompt,
ThisBuild / scalaVersion := "3.3.1",
ThisBuild / crossScalaVersions := Seq("3.3.1"))
ThisBuild / scalaVersion := "3.3.3",
ThisBuild / crossScalaVersions := Seq("3.3.3"))

lazy val tagName = Def.setting {
s"specs2-${version.value}"
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ThisBuild / version := "4.20.5"
ThisBuild / version := "4.20.6"
ThisBuild / versionScheme := Some("semver-spec")

0 comments on commit 72fff68

Please sign in to comment.