Skip to content

Commit

Permalink
Bump sourcepos
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Nov 21, 2022
1 parent 1b6954f commit b73af3d
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 @@ -140,7 +140,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.scodec" %%% "scodec-core" % (if (tlIsScala3.value) "2.2.0" else "1.11.10"),
"org.scodec" %%% "scodec-cats" % "1.2.0",
"org.tpolecat" %%% "natchez-core" % natchezVersion,
"com.armanbilge" %%% "sourcepos" % "1.0.2-SNAPSHOT",
"org.tpolecat" %%% "sourcepos" % "1.1.0",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.8.1",
)
).jvmSettings(
Expand Down

0 comments on commit b73af3d

Please sign in to comment.