Skip to content

Commit

Permalink
Add support for Scala 2.13.14 (#13)
Browse files Browse the repository at this point in the history
Pull request: #13
  • Loading branch information
lefou committed May 2, 2024
1 parent c6b2a49 commit 236b00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Settings {
}

object Deps {
val scalaVersions = 0.to(13).map(v => "2.13." + v)
val scalaVersions = 0.to(14).map(v => "2.13." + v)
val scalaVersion = scalaVersions.reverse.head
def scalaCompiler(scalaVersion: String) = ivy"org.scala-lang:scala-compiler:${scalaVersion}"
val sourcecode = ivy"com.lihaoyi::sourcecode:0.3.0"
Expand Down

0 comments on commit 236b00a

Please sign in to comment.