Skip to content

Commit

Permalink
Update scala-library to 2.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 26, 2021
1 parent b4069ef commit 590259c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -6,7 +6,7 @@ lazy val commonSettings = Seq(

organization := "com.geteventstore",
scalaVersion := crossScalaVersions.value.head,
crossScalaVersions := Seq("2.13.4", "2.12.13"),
crossScalaVersions := Seq("2.13.4", "2.13.5"),
releaseCrossBuild := true,
licenses := Seq("BSD 3-Clause" -> url("http://raw.github.com/EventStore/EventStore.JVM/master/LICENSE")),
homepage := Some(new URL("http://github.com/EventStore/EventStore.JVM")),
Expand Down

0 comments on commit 590259c

Please sign in to comment.