Skip to content

Commit fc8db4b

Browse files
authored
remove sonatype snapshot resolver
1 parent 8ff3cd3 commit fc8db4b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ def Scala213 = "2.13.16"
44
scalaVersion := Scala213
55
crossScalaVersions := Seq("3.6.4", Scala213)
66
lazy val scalikejdbcVersion = scalikejdbc.ScalikejdbcBuildInfo.version
7-
resolvers ++= Seq(
8-
"Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
9-
)
107
libraryDependencies ++= Seq(
118
"org.scalikejdbc" %% "scalikejdbc" % scalikejdbcVersion,
129
"org.scalikejdbc" %% "scalikejdbc-test" % scalikejdbcVersion,

0 commit comments

Comments
 (0)