Skip to content

Commit b3d9063

Browse files
smarterfelixmulder
authored andcommitted
Fix example-project sbt test
scala-xml 1.0.1 isn't published for 2.12
1 parent 7b757b0 commit b3d9063

File tree

1 file changed

+1
-1
lines changed
  • sbt-dotty/sbt-test/sbt-dotty/example-project

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
scalaVersion := sys.props("plugin.scalaVersion")
22

3-
libraryDependencies += ("org.scala-lang.modules" %% "scala-xml" % "1.0.1").withDottyCompat()
3+
libraryDependencies += ("org.scala-lang.modules" %% "scala-xml" % "1.0.6").withDottyCompat()

0 commit comments

Comments
 (0)