Skip to content

Commit

Permalink
Workaround scala-xml conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 4, 2022
1 parent 28adee1 commit 7b6cf8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
lazy val plugins = (project in file(".")).settings(
scalaVersion := "2.12.17", // TODO: remove when upgraded to sbt 1.8.0 (maybe even 1.7.2), see https://github.com/sbt/sbt/pull/7021
)

resolvers ++= DefaultOptions.resolvers(snapshot = true)
resolvers ++= Seq(
Resolver.sonatypeRepo("releases"),
Expand Down

0 comments on commit 7b6cf8a

Please sign in to comment.