Skip to content

Commit

Permalink
Merge pull request #326 from fd4s/scala3-rc3
Browse files Browse the repository at this point in the history
Scala3 rc3
  • Loading branch information
bplommer authored Apr 27, 2021
2 parents f36ac64 + 49a5fcf commit ee67154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val scala212 = "2.12.13"

val scala213 = "2.13.5"

val scala3 = "3.0.0-RC2"
val scala3 = "3.0.0-RC3"

lazy val vulcan = project
.in(file("."))
Expand Down Expand Up @@ -148,7 +148,7 @@ lazy val dependencySettings = Seq(

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

0 comments on commit ee67154

Please sign in to comment.