Skip to content

Commit

Permalink
chore: Update scala-library from 2.13.15 to 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot committed Jan 16, 2025
1 parent 5fc2ee6 commit d25e94c
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.15", "2.12.20"),
scalaVersion := "2.13.15",
crossScalaVersions := Seq("2.13.16", "2.12.20"),
scalaVersion := "2.13.16",
inConfig(Examples)(Defaults.testSettings)
)
.enablePlugins(AutomateHeaderPlugin)
Expand Down

0 comments on commit d25e94c

Please sign in to comment.