Skip to content
Closed
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ lazy val docs = project
// No resource directories shuts the ebean agent up about java sources in the classes directory
Test / unmanagedResourceDirectories := Nil,
Test / parallelExecution := false,
scalaVersion := "2.13.18",
crossScalaVersions := Seq("2.13.18", "3.3.8"),
scalaVersion := "3.9.0",
crossScalaVersions := Seq("3.9.0", "3.3.8"),
)
.settings(
Test / javafmt / sourceDirectories ++= (Test / unmanagedSourceDirectories).value,
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {

object ScalaVersions {
val scala212 = "2.12.21"
val scala213 = "2.13.18"
val scala213 = "3.9.0"
val scala3App = "3.8.4"
val scala3Plugin = scala3App
}
Expand Down
Loading