Skip to content

Commit

Permalink
chore: Update scala-library from 2.13.11 to 2.13.12 (#1702)
Browse files Browse the repository at this point in the history
* chore: Update scala-library from 2.13.11 to 2.13.12

* Fix compile error due to scala update

---------

Co-authored-by: RenkuBot <[email protected]>
Co-authored-by: Eike Kettner <[email protected]>
  • Loading branch information
3 people authored Sep 12, 2023
1 parent 8a13da6 commit 94ad12f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

organization := "io.renku"
name := "renku-graph"
ThisBuild / scalaVersion := "2.13.11"
ThisBuild / scalaVersion := "2.13.12"

// This project contains nothing to package, like pure POM maven project
packagedArtifacts := Map.empty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ trait InMemoryJena {

import io.circe.Decoder._

def uploadPayload(jsonLD: JsonLD) = upload(jsonLD)
def uploadPayload(jsonLD: JsonLD) = this.upload(jsonLD)

def runQuery(query: SparqlQuery): IO[List[Map[String, String]]] =
queryExpecting[List[Map[String, String]]](query)
Expand Down

0 comments on commit 94ad12f

Please sign in to comment.