Skip to content

Commit

Permalink
Fix dependency on Scala library.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-schlichtherle authored Jan 18, 2021
1 parent 9681b2d commit 9a2a844
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ javacOptions ++= Seq(
"-target", "1.8"
)

scalaVersion := "2.13.3"
scalaVersion := "2.13.4"
autoScalaLibrary := false
crossPaths := false

licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0"))
Expand Down

0 comments on commit 9a2a844

Please sign in to comment.