Skip to content

Commit

Permalink
Merge pull request #1428 from jatcwang/1.x_scala3_rc3
Browse files Browse the repository at this point in the history
[1.x] Scala 3 RC3, drop RC1
  • Loading branch information
jatcwang authored Apr 26, 2021
2 parents 2d2618a + bcb17a6 commit 1b11ff7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@ import FreeGen2._
import sbt.dsl.LinterLevel.Ignore

// Library versions all in one place, for convenience and sanity.
lazy val catsVersion = "2.5.0"
lazy val catsEffectVersion = "3.0.2"
lazy val catsVersion = "2.6.0"
lazy val catsEffectVersion = "3.1.0"
lazy val circeVersion = "0.13.0"
lazy val fs2Version = "3.0.1"
lazy val fs2Version = "3.0.2"
lazy val h2Version = "1.4.200"
lazy val hikariVersion = "3.4.5" // N.B. Hikari v4 introduces a breaking change via slf4j v2
lazy val kindProjectorVersion = "0.11.2"
lazy val monixVersion = "3.3.0"
lazy val quillVersion = "3.6.1"
lazy val postGisVersion = "2.5.0"
lazy val postgresVersion = "42.2.19"
lazy val refinedVersion = "0.9.23"
lazy val refinedVersion = "0.9.24"
lazy val scalaCheckVersion = "1.15.1"
lazy val scalatestVersion = "3.2.7"
lazy val shapelessVersion = "2.3.4"
lazy val silencerVersion = "1.7.1"
lazy val specs2Version = "4.10.6"
lazy val scala212Version = "2.12.12"
lazy val scala213Version = "2.13.5"
lazy val scala30VersionOld = "3.0.0-RC1"
lazy val scala30Version = "3.0.0-RC2"
lazy val scala30VersionOld = "3.0.0-RC2"
lazy val scala30Version = "3.0.0-RC3"
lazy val slf4jVersion = "1.7.30"

// These are releases to ignore during MiMa checks
Expand Down Expand Up @@ -80,8 +80,8 @@ lazy val commonSettings =

// MUnit
libraryDependencies ++= Seq(
"org.typelevel" %% "scalacheck-effect-munit" % "1.0.0" % Test,
"org.typelevel" %% "munit-cats-effect-2" % "1.0.1" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "1.0.1" % Test,
"org.typelevel" %% "munit-cats-effect-2" % "1.0.2" % Test,
),
testFrameworks += new TestFramework("munit.Framework"),

Expand Down Expand Up @@ -220,7 +220,7 @@ lazy val core = project
libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % shapelessVersion,
).filterNot(_ => isDotty.value) ++ Seq(
"org.tpolecat" %% "typename" % "0.1.6",
"org.tpolecat" %% "typename" % "0.1.7",
"com.h2database" % "h2" % h2Version % "test",
),
scalacOptions += "-Yno-predef",
Expand Down

0 comments on commit 1b11ff7

Please sign in to comment.