Skip to content

Commit 576a3b6

Browse files
committed
scala 3.3
1 parent 95e2869 commit 576a3b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.typelevel.sbt.gha.JavaSpec.Distribution.Zulu
66

77
organization := "com.github.swagger-akka-http"
88

9-
ThisBuild / scalaVersion := "3.2.2"
9+
ThisBuild / scalaVersion := "3.3.0"
1010

1111
ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala3-enum-module"))
1212

@@ -18,7 +18,7 @@ pomIncludeRepository := { x => false }
1818

1919
libraryDependencies ++= Seq(
2020
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.10",
21-
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.9.1",
21+
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.10.0",
2222
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.3",
2323
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
2424
"org.slf4j" % "slf4j-simple" % "2.0.7" % Test

0 commit comments

Comments
 (0)