Skip to content

Commit

Permalink
Merge pull request #285 from lichess-org/scala-3.5.0
Browse files Browse the repository at this point in the history
Scala 3.5.0
  • Loading branch information
lenguyenthanh authored Aug 19, 2024
2 parents 1e57f1f + 73ec970 commit fc1c499
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Dependencies.*

inThisBuild(
Seq(
scalaVersion := "3.4.3",
scalaVersion := "3.5.0",
versionScheme := Some("early-semver"),
version := "3.0.0",
organization := "org.lichess.search",
Expand Down
1 change: 0 additions & 1 deletion modules/elastic/src/main/scala/game.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package lila.search
package game

import cats.syntax.all.*
import com.sksamuel.elastic4s.ElasticDsl.*
import com.sksamuel.elastic4s.requests.searches.queries.Query
import com.sksamuel.elastic4s.requests.searches.term.TermQuery
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.23"
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.0.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")

0 comments on commit fc1c499

Please sign in to comment.