Skip to content

Commit

Permalink
typelevel#787 - [Un]WrapOption, Invoke, NewInstance, GetStructField, …
Browse files Browse the repository at this point in the history
…ifisnull, GetColumnByOrdinal, MapObjects and TypedExpressionEncoder shimmed - attempt build
  • Loading branch information
chris-twiner committed Feb 28, 2024
1 parent b8d4f05 commit 7944fe9
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 @@ -15,7 +15,7 @@ val shimVersion = "0.0.1-SNAPSHOT"

val Scala212 = "2.12.18"
val Scala213 = "2.13.12"
/*

//resolvers in Global += Resolver.mavenLocal
resolvers in Global += MavenRepository(
"sonatype-s01-snapshots",
Expand All @@ -27,7 +27,7 @@ import lmcoursier.definitions.CachePolicy
csrConfiguration := csrConfiguration.value
.withTtl(Some(1.minute))
.withCachePolicies(Vector(CachePolicy.LocalOnly))
*/

ThisBuild / tlBaseVersion := "0.16"

ThisBuild / crossScalaVersions := Seq(Scala213, Scala212)
Expand Down

0 comments on commit 7944fe9

Please sign in to comment.