Skip to content

Commit

Permalink
Update sbt-typelevel to RC5
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Jun 29, 2023
1 parent 9fe1b5b commit 24dfd56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 24dfd56

Please sign in to comment.