File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
compiler/src/main/scala/org/scalaexercises/exercises/compiler Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.6.5] ( https://github.com/scala-exercises/sbt-exercise/tree/v0.6.5 ) (2020-08-10)
4+
5+ [ Full Changelog] ( https://github.com/scala-exercises/sbt-exercise/compare/v0.6.4...v0.6.5 )
6+
7+ 📈 ** Dependency updates**
8+
9+ - Bumps sbt up [ \# 17] ( https://github.com/scala-exercises/sbt-exercise/pull/17 ) ([ juanpedromoreno] ( https://github.com/juanpedromoreno ) )
10+
311## [ v0.6.4] ( https://github.com/scala-exercises/sbt-exercise/tree/v0.6.4 ) (2020-08-10)
412
513[ Full Changelog] ( https://github.com/scala-exercises/sbt-exercise/compare/v0.6.3...v0.6.4 )
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2020 47 Degrees Open Source <https://www.47deg.com>
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
117package org .scalaexercises .exercises .compiler
218
319object CompilerSettings {
You can’t perform that action at this time.
0 commit comments