From 9b78b9d7dd8cf7d7ea3d553c1dc4b13609428b06 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 7 Sep 2023 08:23:38 +0000 Subject: [PATCH] Update scala3-staging to 3.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a716297c..47a08a55 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http" ThisBuild / scalaVersion := "2.13.11" -ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.18", "2.13.11", "3.3.0") +ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.18", "2.13.11", "3.3.1") ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala-module"))