Skip to content

Commit

Permalink
0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 23, 2024
1 parent 014f9ab commit fbb60d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion

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

val unreleased = scala33 ++ scala34 ++ scala35

Expand Down
6 changes: 5 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Acyclic
:version: 0.3.14
:version: 0.3.15
:toc-placement: preamble
:toc:
:link-acyclic: https://github.com/com-lihaoyi/acyclic
Expand Down Expand Up @@ -305,6 +305,10 @@ THE SOFTWARE.

== ChangeLog

=== 0.3.15

* Scala 3.x support https://github.com/com-lihaoyi/acyclic/pull/136[#136]

=== 0.3.14
* Added support for Scala 2.13.15

Expand Down

0 comments on commit fbb60d1

Please sign in to comment.