Skip to content

Commit 7ad7b02

Browse files
juanpedromorenoactions-user
authored andcommitted
Update documentation, changelog and other files [skip ci]
1 parent 8694783 commit 7ad7b02

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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)

compiler/src/main/scala/org/scalaexercises/exercises/compiler/CompilerSettings.scala

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
package org.scalaexercises.exercises.compiler
218

319
object CompilerSettings {

0 commit comments

Comments
 (0)