Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to scala 3.0.0-RC1 #291

Merged
merged 1 commit into from
Feb 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ val enumeratumVersion = "1.6.1"

val magnoliaVersion = "0.17.0"

val refinedVersion = "0.9.20"
val refinedVersion = "0.9.21"

val shapelessVersion = "2.3.3"

val scala212 = "2.12.13"

val scala213 = "2.13.4"

val scala3 = "3.0.0-M3"
val scala3 = "3.0.0-RC1"

lazy val vulcan = project
.in(file("."))
Expand Down Expand Up @@ -119,7 +119,7 @@ lazy val docs = project

lazy val dependencySettings = Seq(
libraryDependencies ++= (Seq(
"org.typelevel" %% "discipline-scalatest" % "2.1.1",
"org.typelevel" %% "discipline-scalatest" % "2.1.2",
"org.typelevel" %% "cats-testkit" % catsVersion,
"org.slf4j" % "slf4j-nop" % "1.7.30"
).map(_ % Test) ++ {
Expand Down