Skip to content

Commit 24dfd56

Browse files
committed
Update sbt-typelevel to RC5
1 parent 9fe1b5b commit 24dfd56

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ lazy val parsley = crossProject(JSPlatform, JVMPlatform, NativePlatform)
9292
"org.scalatest" %%% "scalatest" % "3.2.16" % Test,
9393
"org.scalacheck" %%% "scalacheck" % "1.17.0" % Test,
9494
"org.scalatestplus" %%% "scalacheck-1-17" % "3.2.15.0" % Test,
95-
"org.typelevel" %% "scalac-compat-annotation" % "0.1.1" % Test,
9695
),
9796

9897
Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oI"),

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val sbtTypelevelVersion = "0.5-3d19858-SNAPSHOT"
1+
val sbtTypelevelVersion = "0.5.0-RC5"
22

33
resolvers += "s01-oss-sonatype-org-snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"
44

0 commit comments

Comments
 (0)