Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsBroersen committed Oct 14, 2024
1 parent 0adaed6 commit d1129dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ object BuildHelper {
"UTF-8",
"-feature",
"-unchecked",
"-release",
JdkReleaseVersion
s"-release:$JdkReleaseVersion",
) ++
Seq("-Xfatal-warnings")

Expand Down
4 changes: 0 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@ addSbtPlugin("pl.project13.scala" % "sbt-jcstress" %
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.1")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")

libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.8"

resolvers ++= Resolver.sonatypeOssRepos("public")

0 comments on commit d1129dc

Please sign in to comment.