Skip to content

Commit 6d131da

Browse files
committed
Update scripted test projects for new release and organization
"sbt scripted" failed before because I forgot to update them.
1 parent e4f8d04 commit 6d131da

File tree

80 files changed

+160
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+160
-80
lines changed

bridge/build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ object DottyInjectedPlugin extends AutoPlugin {
4141
4242
override val projectSettings = Seq(
4343
scalaVersion := "0.1-SNAPSHOT",
44+
scalaOrganization := "ch.epfl.lamp",
4445
scalacOptions += "-language:Scala2",
4546
scalaBinaryVersion := "2.11",
4647
autoScalaLibrary := false,
4748
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
48-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
49+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
4950
)
5051
}
5152
""")

bridge/src/sbt-test/source-dependencies/abstract-override/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/abstract-type-override/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/abstract-type/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/added/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/as-seen-from-a/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/as-seen-from-b/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/backtick-quoted-names/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/binary/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/by-name/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/canon/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/compactify/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/constants/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/default-params/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/dup-class/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/empty-a/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/empty-package/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/erasure/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/export-jars/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/ext/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/false-error/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/fbounded-existentials/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/implicit-params/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/implicit-search-companion-scope/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/implicit-search/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/implicit/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/import-class/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/import-package/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/inherited-deps-java/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

bridge/src/sbt-test/source-dependencies/inherited_type_params/project/DottyInjectedPlugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ object DottyInjectedPlugin extends AutoPlugin {
77

88
override val projectSettings = Seq(
99
scalaVersion := "0.1-SNAPSHOT",
10+
scalaOrganization := "ch.epfl.lamp",
1011
scalacOptions += "-language:Scala2",
1112
scalaBinaryVersion := "2.11",
1213
autoScalaLibrary := false,
1314
libraryDependencies ++= Seq("org.scala-lang" % "scala-library" % "2.11.5"),
14-
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1-SNAPSHOT" % "component").sources()
15+
scalaCompilerBridgeSource := ("ch.epfl.lamp" % "dotty-bridge" % "0.1.1-SNAPSHOT" % "component").sources()
1516
)
1617
}

0 commit comments

Comments
 (0)