Skip to content

Commit

Permalink
Add failing test case for issue #127
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Jul 18, 2023
1 parent 8b81e8a commit 41175a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ThisBuild / scalaVersion := "2.13.8"
ThisBuild / resolvers += Resolver.typesafeIvyRepo("releases")
ThisBuild / versionPolicyIntention := Compatibility.None

val root =
project.in(file("."))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % sys.props("plugin.version"))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
> compile

0 comments on commit 41175a2

Please sign in to comment.