Skip to content

Commit

Permalink
Added support for Scala 2.13.12 (#8)
Browse files Browse the repository at this point in the history
Pull request: #8
  • Loading branch information
lefou authored Sep 7, 2023
1 parent 0839990 commit 8617a3f
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(11).map(v => "2.13." + v)
val scalaVersions = 0.to(12).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 8617a3f

Please sign in to comment.