Skip to content

Commit

Permalink
Updated sbt-tpolecat to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
milessabin committed Aug 1, 2023
1 parent 54e519b commit ea274ce
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions modules/core/src/main/scala-3/syntax3.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import cats.syntax.all._
import org.typelevel.literally.Literally
import edu.gemini.grackle.Ast.Document
import edu.gemini.grackle.GraphQLParser.Document.parseAll
import edu.gemini.grackle.Schema
import io.circe.Json

trait VersionSpecificSyntax:

Expand Down
1 change: 0 additions & 1 deletion modules/core/src/main/scala/queryinterpreter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import Cursor.{Context, Env, ListTransformCursor}
import Query._
import QueryInterpreter.ProtoJson
import ProtoJson._
import edu.gemini.grackle.Result

class QueryInterpreter[F[_]](mapping: Mapping[F]) {
import mapping.{mkResponse, M, RootCursor, RootEffect, RootStream}
Expand Down
2 changes: 0 additions & 2 deletions modules/skunk/js-jvm/src/test/scala/SkunkSuites.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import edu.gemini.grackle.sql.SqlStatsMonitor
import edu.gemini.grackle.sql.test._
import edu.gemini.grackle.Mapping

import org.typelevel.twiddles._

final class ArrayJoinSuite extends SkunkDatabaseSuite with SqlArrayJoinSuite {
lazy val mapping = new SkunkTestMapping(pool) with SqlArrayJoinMapping[IO]
}
Expand Down
2 changes: 1 addition & 1 deletion modules/sql/shared/src/main/scala/SqlMapping.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3198,7 +3198,7 @@ trait SqlMappingLike[F[_]] extends CirceMappingLike[F] with SqlModule[F] { self
case Some(cols) => cols
case None =>
val keys = SqlMappingLike.this.keyColumnsForType(context).map(index)
keyColumnsMemo.put(key, keys): Unit
keyColumnsMemo += key -> keys
keys
}
}
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.
addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.5.0")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5")
addSbtPlugin("nl.zolotko.sbt" % "sbt-jfr" % "0.0.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
Expand Down

0 comments on commit ea274ce

Please sign in to comment.