Skip to content

Commit

Permalink
chore: Update scala-library from 2.13.13 to 2.13.14 (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: RenkuBot <[email protected]>
  • Loading branch information
RenkuBot and RenkuBot authored May 2, 2024
1 parent f9e2117 commit d6c6ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ lazy val root = Project(
.settings(
organization := "io.renku",
name := "jsonld4s",
crossScalaVersions := Seq("2.13.13", "2.12.19"),
scalaVersion := "2.13.13",
crossScalaVersions := Seq("2.13.14", "2.12.19"),
scalaVersion := "2.13.14",
inConfig(Examples)(Defaults.testSettings)
)
.enablePlugins(AutomateHeaderPlugin)
Expand Down

0 comments on commit d6c6ec0

Please sign in to comment.