Skip to content

Commit

Permalink
Merge branch 'define_table' of https://github.com/sviezypan/zio-sql i…
Browse files Browse the repository at this point in the history
…nto define_table
  • Loading branch information
sviezypan committed Nov 27, 2022
2 parents 4817782 + 0d9cb20 commit bf99ea6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 22 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/mdoc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck"
val zioVersion = "2.0.3"
val zioSchemaVersion = "0.3.0"
val testcontainersVersion = "1.17.6"
val testcontainersScalaVersion = "0.40.10"
val testcontainersScalaVersion = "0.40.11"
val logbackVersion = "1.2.11"

lazy val root = project
Expand Down
2 changes: 1 addition & 1 deletion mysql/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.3
sbt.version=1.8.0
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import BuildInfoKeys._
import scalafix.sbt.ScalafixPlugin.autoImport.scalafixSemanticdb

object BuildHelper {
val SilencerVersion = "1.7.9"
val SilencerVersion = "1.7.12"
val Scala212 = "2.12.16"
val Scala213 = "2.13.8"
val ScalaDotty = "3.0.0-RC3"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.3
sbt.version=1.8.0
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("org.portable-scala" % "sbt-scalajs-crossproject" %
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.22")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.3")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
Expand Down

0 comments on commit bf99ea6

Please sign in to comment.