Skip to content

Commit

Permalink
Merge pull request #799 from mkurz/revert_workarounds
Browse files Browse the repository at this point in the history
Revert "Workaround for scala-xml conflict" / sbt 1.8.0-RC1
  • Loading branch information
mkurz authored Nov 7, 2022
2 parents 9e87f0a + 126ee55 commit 61f44ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.2
sbt.version=1.8.0-RC1
4 changes: 0 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
* Copyright (C) Lightbend Inc. <https://www.lightbend.com>
*/

lazy val plugins = (project in file(".")).settings(
scalaVersion := "2.12.17", // TODO: remove when upgraded to sbt 1.8.0
)

resolvers ++= DefaultOptions.resolvers(snapshot = true)
resolvers += Resolver.typesafeRepo("releases")

Expand Down

0 comments on commit 61f44ff

Please sign in to comment.