Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejjozwik committed Feb 26, 2021
1 parent f48a7c6 commit 3c17f2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -38,7 +38,7 @@ ThisBuild / javacOptions ++= Seq("-Xlint:deprecation", "-Xdiags:verbose", "-sour

val quillVersion = scala.util.Properties.propOrElse("quill.version", "3.6.1")

val scalaTestVersion = "3.2.3"
val scalaTestVersion = "3.2.5"

val `com.h2database_h2` = "com.h2database" % "h2" % "1.4.200"

Expand All @@ -64,7 +64,7 @@ val `io.getquill_quill-monix` = "io.getquill" %% "quill-monix" % quillVersion

val `org.scalatest_scalatest` = "org.scalatest" %% "scalatest" % scalaTestVersion % Test

val `org.scalacheck_scalacheck` = "org.scalacheck" %% "scalacheck" % "1.15.2" % Test
val `org.scalacheck_scalacheck` = "org.scalacheck" %% "scalacheck" % "1.15.3" % Test

val `org.scalatestplus_scalacheck-1-15` = "org.scalatestplus" %% "scalacheck-1-15" % s"$scalaTestVersion.0" % "test"

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
ThisBuild / version := "0.9.1"
ThisBuild / version := "0.9.2"

0 comments on commit 3c17f2d

Please sign in to comment.