Skip to content

Commit

Permalink
Update to latest scala-library
Browse files Browse the repository at this point in the history
Fixes security vulnerability: mbknor#174
  • Loading branch information
big-andy-coates committed Jan 26, 2023
1 parent e370f80 commit ef3e52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lazy val commonSettings = Seq(
organization := "com.kjetland",
organizationName := "mbknor",
scalaVersion := "2.12.4",
crossScalaVersions := Seq("2.11.12", "2.12.13", "2.13.4"),
crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10"),
publishMavenStyle := true,
publishArtifact in Test := false,
pomIncludeRepository := { _ => false },
Expand Down

0 comments on commit ef3e52b

Please sign in to comment.