Skip to content

Commit fbb60d1

Browse files
committed
0.3.15
1 parent 014f9ab commit fbb60d1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

build.sc

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
55

66
object Deps {
77
val scala211 = Seq("2.11.12")
8-
val scala212 = 8.to(20).map("2.12." + _)
9-
val scala213 = 0.to(14).map("2.13." + _)
8+
val scala212 = 9.to(20).map("2.12." + _)
9+
val scala213 = 1.to(15).map("2.13." + _)
1010
val scala33 = 0.to(3).map("3.3." + _)
1111
val scala34 = 0.to(3).map("3.4." + _)
12-
val scala35 = 0.to(0).map("3.5." + _)
12+
val scala35 = 0.to(1).map("3.5." + _)
1313

1414
val unreleased = scala33 ++ scala34 ++ scala35
1515

readme.adoc

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Acyclic
2-
:version: 0.3.14
2+
:version: 0.3.15
33
:toc-placement: preamble
44
:toc:
55
:link-acyclic: https://github.com/com-lihaoyi/acyclic
@@ -305,6 +305,10 @@ THE SOFTWARE.
305305

306306
== ChangeLog
307307

308+
=== 0.3.15
309+
310+
* Scala 3.x support https://github.com/com-lihaoyi/acyclic/pull/136[#136]
311+
308312
=== 0.3.14
309313
* Added support for Scala 2.13.15
310314

0 commit comments

Comments
 (0)