From 24dfd56cada4f8a4a4dcf497aaee81bfe2344dac Mon Sep 17 00:00:00 2001 From: Jamie Willis Date: Thu, 29 Jun 2023 22:29:05 +0100 Subject: [PATCH] Update sbt-typelevel to RC5 --- build.sbt | 1 - project/plugins.sbt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b4eab2eb6..7806d6590 100644 --- a/build.sbt +++ b/build.sbt @@ -92,7 +92,6 @@ lazy val parsley = crossProject(JSPlatform, JVMPlatform, NativePlatform) "org.scalatest" %%% "scalatest" % "3.2.16" % Test, "org.scalacheck" %%% "scalacheck" % "1.17.0" % Test, "org.scalatestplus" %%% "scalacheck-1-17" % "3.2.15.0" % Test, - "org.typelevel" %% "scalac-compat-annotation" % "0.1.1" % Test, ), Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oI"), diff --git a/project/plugins.sbt b/project/plugins.sbt index 69e121b3d..5dca95b56 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtTypelevelVersion = "0.5-3d19858-SNAPSHOT" +val sbtTypelevelVersion = "0.5.0-RC5" resolvers += "s01-oss-sonatype-org-snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"